diff options
author | Matt Johnston <matt@ucc.asn.au> | 2006-06-12 03:51:40 +0000 |
---|---|---|
committer | Matt Johnston <matt@ucc.asn.au> | 2006-06-12 03:51:40 +0000 |
commit | a0ed2ca71b42e119cc67d821c6ecb13b230dfbee (patch) | |
tree | 35c2fc4e9dd5e0f2f1cc24ac0c15ae83ac19f106 /cli-runopts.c | |
parent | 4313157666e6185de9e8f30cac109b8b7a760a45 (diff) |
mention a command in the help
--HG--
extra : convert_revision : 27696753417cda4b57875adab53c0b3c12d341b8
Diffstat (limited to 'cli-runopts.c')
-rw-r--r-- | cli-runopts.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cli-runopts.c b/cli-runopts.c index a4a8a58..7a672da 100644 --- a/cli-runopts.c +++ b/cli-runopts.c @@ -44,7 +44,7 @@ static void addforward(char* str, struct TCPFwdList** fwdlist); static void printhelp() { fprintf(stderr, "Dropbear client v%s\n" - "Usage: %s [options] [user@]host\n" + "Usage: %s [options] [user@]host [command]\n" "Options are:\n" "-p <remoteport>\n" "-l <username>\n" |