]> asedeno.scripts.mit.edu Git - PuTTY.git/commitdiff
Quote session name in command line example for robustness.
authorBen Harris <bjh21@bjh21.me.uk>
Sat, 25 Jun 2005 19:22:13 +0000 (19:22 +0000)
committerBen Harris <bjh21@bjh21.me.uk>
Sat, 25 Jun 2005 19:22:13 +0000 (19:22 +0000)
[originally from svn r6020]

doc/faq.but

index ffcd00c6f28f0ea3cc64e00620f105ba5c4dabe3..1c5dad4c0cb035e530d57587309d15a7bce7349b 100644 (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.)