1
0
mirror of https://git.tartarus.org/simon/putty.git synced 2025-01-25 09:12:24 +00:00

Clarify that '-m' takes a _local_ file.

ref. <kjt9hv49dagqmvru0nq9qcc0f5p11vg0ma@4ax.com>

[originally from svn r3368]
This commit is contained in:
Jacob Nevins 2003-07-16 08:28:31 +00:00
parent d534d4e104
commit f110a51d1f

View File

@ -1,4 +1,4 @@
\versionid $Id: using.but,v 1.14 2003/04/05 11:52:42 simon Exp $ \versionid $Id: using.but,v 1.15 2003/07/16 08:28:31 jacob Exp $
\C{using} Using PuTTY \C{using} Using PuTTY
@ -499,7 +499,7 @@ file
The \c{-m} option performs a similar function to the \q{Remote The \c{-m} option performs a similar function to the \q{Remote
command} box in the SSH panel of the PuTTY configuration box (see command} box in the SSH panel of the PuTTY configuration box (see
\k{config-command}). However, the \c{-m} option expects to be given \k{config-command}). However, the \c{-m} option expects to be given
a file name, and it will read a command from that file. On most Unix a local file name, and it will read a command from that file. On most Unix
systems, you can even put multiple lines in this file and execute systems, you can even put multiple lines in this file and execute
more than one command in sequence, or a whole shell script. more than one command in sequence, or a whole shell script.