summaryrefslogtreecommitdiff
path: root/sys/src/cmd/sshfs.c
diff options
context:
space:
mode:
authorAlex Musolino <alex@musolino.id.au>2020-07-29 13:56:03 +0930
committerAlex Musolino <alex@musolino.id.au>2020-07-29 13:56:03 +0930
commit02f19713a101f2cab3ef6b89ed6ca8b59ee11ffb (patch)
treedb108866466c624ddc7aba30126f38367f968343 /sys/src/cmd/sshfs.c
parentc03079ad08b8c6441a6b1bf2e032844aae679e08 (diff)
sshfs: update usage text to match man page
Diffstat (limited to 'sys/src/cmd/sshfs.c')
-rw-r--r--sys/src/cmd/sshfs.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/src/cmd/sshfs.c b/sys/src/cmd/sshfs.c
index 30638ddb6..e0c0b1422 100644
--- a/sys/src/cmd/sshfs.c
+++ b/sys/src/cmd/sshfs.c
@@ -1348,7 +1348,7 @@ startssh(void *)
void
usage(void)
{
- static char *common = "[-abdRUG] [-s service] [-m mtpt] [-u uidfile] [-g gidfile]";
+ static char *common = "[-abdRUGM] [-s service] [-m mtpt] [-r root] [-u uidfile] [-g gidfile]";
fprint(2, "usage: %s %s [-- ssh-options] [user@]host\n", argv0, common);
fprint(2, " %s %s -c cmdline\n", argv0, common);
fprint(2, " %s %s -p\n", argv0, common);