diff options
author | Mattias Andrée <maandree@kth.se> | 2023-11-18 08:53:28 +0100 |
---|---|---|
committer | Mattias Andrée <maandree@kth.se> | 2023-11-18 08:53:28 +0100 |
commit | 5897047262c9f127004f739a3e1cf2a34938cf6d (patch) | |
tree | 180a4b943b73f0a998660048686a37d19c99099a /sshexec.c | |
parent | First commit (diff) | |
download | sshexec-5897047262c9f127004f739a3e1cf2a34938cf6d.tar.gz sshexec-5897047262c9f127004f739a3e1cf2a34938cf6d.tar.bz2 sshexec-5897047262c9f127004f739a3e1cf2a34938cf6d.tar.xz |
Fix reported usage syntax
Signed-off-by: Mattias Andrée <maandree@kth.se>
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]"); } |