From 02f19713a101f2cab3ef6b89ed6ca8b59ee11ffb Mon Sep 17 00:00:00 2001 From: Alex Musolino Date: Wed, 29 Jul 2020 13:56:03 +0930 Subject: sshfs: update usage text to match man page --- sys/src/cmd/sshfs.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sys/src/cmd/sshfs.c') 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); -- cgit v1.2.3