Correct slightly misleading usage
authorjacob <jacob@cda61777-01e9-0310-a592-d414129be87e>
Sun, 22 Feb 2004 14:57:40 +0000 (14:57 +0000)
committerjacob <jacob@cda61777-01e9-0310-a592-d414129be87e>
Sun, 22 Feb 2004 14:57:40 +0000 (14:57 +0000)
git-svn-id: svn://svn.tartarus.org/sgt/putty@3889 cda61777-01e9-0310-a592-d414129be87e

psftp.c

diff --git a/psftp.c b/psftp.c
index 6812574..c3fb62a 100644 (file)
--- a/psftp.c
+++ b/psftp.c
@@ -1765,7 +1765,7 @@ static void usage(void)
 {
     printf("PuTTY Secure File Transfer (SFTP) client\n");
     printf("%s\n", ver);
-    printf("Usage: psftp [options] user@host\n");
+    printf("Usage: psftp [options] [user@]host\n");
     printf("Options:\n");
     printf("  -b file   use specified batchfile\n");
     printf("  -bc       output batchfile commands\n");