Mercurial > dropbear
changeset 333:9341570412e5
mention a command in the help
author | Matt Johnston <matt@ucc.asn.au> |
---|---|
date | Mon, 12 Jun 2006 03:51:40 +0000 |
parents | 6f90e5fd42cc |
children | 8f3ec7c104d9 |
files | cli-runopts.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/cli-runopts.c Sun Jun 11 16:37:46 2006 +0000 +++ b/cli-runopts.c Mon Jun 12 03:51:40 2006 +0000 @@ -44,7 +44,7 @@ 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"