aboutsummaryrefslogtreecommitdiffstats
path: root/sshexec.c
diff options
context:
space:
mode:
authorMattias Andrée <maandree@kth.se>2023-11-18 08:53:28 +0100
committerMattias Andrée <maandree@kth.se>2023-11-18 08:53:28 +0100
commit5897047262c9f127004f739a3e1cf2a34938cf6d (patch)
tree180a4b943b73f0a998660048686a37d19c99099a /sshexec.c
parentFirst commit (diff)
downloadsshexec-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.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sshexec.c b/sshexec.c
index b5eae7c..f8eaed6 100644
--- a/sshexec.c
+++ b/sshexec.c
@@ -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]");
}