diff options
author | Alex Musolino <alex@musolino.id.au> | 2020-07-29 13:56:03 +0930 |
---|---|---|
committer | Alex Musolino <alex@musolino.id.au> | 2020-07-29 13:56:03 +0930 |
commit | 02f19713a101f2cab3ef6b89ed6ca8b59ee11ffb (patch) | |
tree | db108866466c624ddc7aba30126f38367f968343 | |
parent | c03079ad08b8c6441a6b1bf2e032844aae679e08 (diff) |
sshfs: update usage text to match man page
-rw-r--r-- | sys/src/cmd/sshfs.c | 2 |
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); |