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

Quote session name in command line example for robustness.

[originally from svn r6020]
This commit is contained in:
Ben Harris 2005-06-25 19:22:13 +00:00
parent 85a641500d
commit 36e1650965

View File

@ -438,7 +438,7 @@ To run a PuTTY session saved under the name \q{\cw{mysession}},
create a Windows shortcut that invokes PuTTY with a command line
like
\c \path\name\to\putty.exe -load mysession
\c \path\name\to\putty.exe -load "mysession"
(Note: prior to 0.53, the syntax was \c{@session}. This is now
deprecated and may be removed at some point.)