# HG changeset patch # User Matt Johnston # Date 1150084300 0 # Node ID 9341570412e5d09bf84072e42010460edc3f2dff # Parent 6f90e5fd42cc7607305ae1d4a753391c479795c7 mention a command in the help diff -r 6f90e5fd42cc -r 9341570412e5 cli-runopts.c --- 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 \n" "-l \n"