]> asedeno.scripts.mit.edu Git - PuTTY.git/commitdiff
Extra line in the help text to mention you can use a saved session
authorSimon Tatham <anakin@pobox.com>
Wed, 26 Sep 2001 20:31:02 +0000 (20:31 +0000)
committerSimon Tatham <anakin@pobox.com>
Wed, 26 Sep 2001 20:31:02 +0000 (20:31 +0000)
as well as a hostname.

[originally from svn r1305]

plink.c

diff --git a/plink.c b/plink.c
index 77724a5b519b720e9bd4435f70c55a439452fc09..9c0a14a191e8113fe240d253db80e4f6e7dad1a3 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");