diff options
Diffstat (limited to 'sshexec.c')
-rw-r--r-- | sshexec.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -18,7 +18,7 @@ static const char *argv0 = "sshexec"; static void usage(void) { - exitf("usage: %s { %s } [ssh-option] ... destination command [argument] ...\n", + exitf("usage: %s [{ %s }] [ssh-option] ... destination command [argument] ...\n", argv0, "[ssh=command] [dir=directory]"); } |