1
0
mirror of https://git.tartarus.org/simon/putty.git synced 2025-06-30 19:12:48 -05:00

Tweak documentation of -V option.

[originally from svn r4132]
This commit is contained in:
Jacob Nevins
2004-04-24 12:25:09 +00:00
parent 6863377b72
commit 2b4e286954
7 changed files with 20 additions and 6 deletions

View File

@ -208,6 +208,7 @@ static void usage(void)
printf("Usage: plink [options] [user@]host [command]\n");
printf(" (\"host\" can also be a PuTTY saved session name)\n");
printf("Options:\n");
printf(" -V print version information\n");
printf(" -v show verbose messages\n");
printf(" -load sessname Load settings from saved session\n");
printf(" -ssh -telnet -rlogin -raw\n");
@ -231,7 +232,6 @@ static void usage(void)
printf(" -C enable compression\n");
printf(" -i key private key file for authentication\n");
printf(" -s remote command is an SSH subsystem (SSH-2 only)\n");
printf(" -V print version information\n");
exit(1);
}