mirror of
https://git.tartarus.org/simon/putty.git
synced 2025-02-03 21:52:24 +00:00
Correct slightly misleading usage
[originally from svn r3889]
This commit is contained in:
parent
75588d1f1d
commit
325a0bb915
2
psftp.c
2
psftp.c
@ -1765,7 +1765,7 @@ static void usage(void)
|
|||||||
{
|
{
|
||||||
printf("PuTTY Secure File Transfer (SFTP) client\n");
|
printf("PuTTY Secure File Transfer (SFTP) client\n");
|
||||||
printf("%s\n", ver);
|
printf("%s\n", ver);
|
||||||
printf("Usage: psftp [options] user@host\n");
|
printf("Usage: psftp [options] [user@]host\n");
|
||||||
printf("Options:\n");
|
printf("Options:\n");
|
||||||
printf(" -b file use specified batchfile\n");
|
printf(" -b file use specified batchfile\n");
|
||||||
printf(" -bc output batchfile commands\n");
|
printf(" -bc output batchfile commands\n");
|
||||||
|
Loading…
Reference in New Issue
Block a user