]> git.lizzy.rs Git - plan9front.git/commitdiff
sshfs: update usage text to match man page
authorAlex Musolino <alex@musolino.id.au>
Wed, 29 Jul 2020 04:26:03 +0000 (13:56 +0930)
committerAlex Musolino <alex@musolino.id.au>
Wed, 29 Jul 2020 04:26:03 +0000 (13:56 +0930)
sys/src/cmd/sshfs.c

index 30638ddb6400f9dea88e354793ed25ebe2e20a53..e0c0b142297dfdf62e433b8230514e65d4b3901a 100644 (file)
@@ -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);