From: simon Date: Wed, 26 Sep 2001 20:31:02 +0000 (+0000) Subject: Extra line in the help text to mention you can use a saved session X-Git-Url: https://git.distorted.org.uk/u/mdw/putty/commitdiff_plain/e672967caadd18ff7c15e50015510040da4dc74f?hp=c9886e66fc97f1537f70d908124cafdd9930ee67 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 --- 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");