From a0ed2ca71b42e119cc67d821c6ecb13b230dfbee Mon Sep 17 00:00:00 2001 From: Matt Johnston Date: Mon, 12 Jun 2006 03:51:40 +0000 Subject: [PATCH] mention a command in the help --HG-- extra : convert_revision : 27696753417cda4b57875adab53c0b3c12d341b8 --- cli-runopts.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 \n" "-l \n"