From e672967caadd18ff7c15e50015510040da4dc74f Mon Sep 17 00:00:00 2001 From: simon Date: Wed, 26 Sep 2001 20:31:02 +0000 Subject: [PATCH] Extra line in the help text to mention you can use a saved session as well as a hostname. git-svn-id: svn://svn.tartarus.org/sgt/putty@1305 cda61777-01e9-0310-a592-d414129be87e --- plink.c | 1 + 1 file changed, 1 insertion(+) diff --git a/plink.c b/plink.c index 77724a5b..9c0a14a1 100644 --- 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"); -- 2.11.0