Extra line in the help text to mention you can use a saved session
authorsimon <simon@cda61777-01e9-0310-a592-d414129be87e>
Wed, 26 Sep 2001 20:31:02 +0000 (20:31 +0000)
committersimon <simon@cda61777-01e9-0310-a592-d414129be87e>
Wed, 26 Sep 2001 20:31:02 +0000 (20:31 +0000)
as well as a hostname.

git-svn-id: svn://svn.tartarus.org/sgt/putty@1305 cda61777-01e9-0310-a592-d414129be87e

plink.c

diff --git a/plink.c b/plink.c
index 77724a5..9c0a14a 100644 (file)
--- a/plink.c
+++ b/plink.c
@@ -339,6 +339,7 @@ static void usage(void)
     printf("PuTTY Link: command-line connection utility\n");
     printf("%s\n", ver);
     printf("Usage: plink [options] [user@]host [command]\n");
+    printf("       (\"host\" can also be a PuTTY saved session name)\n");
     printf("Options:\n");
     printf("  -v        show verbose messages\n");
     printf("  -ssh      force use of ssh protocol\n");