sshfs: update usage text to match man page

This commit is contained in:
Alex Musolino 2020-07-29 13:56:03 +09:30
parent c03079ad08
commit 02f19713a1

View file

@ -1348,7 +1348,7 @@ startssh(void *)
void void
usage(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, "usage: %s %s [-- ssh-options] [user@]host\n", argv0, common);
fprint(2, " %s %s -c cmdline\n", argv0, common); fprint(2, " %s %s -c cmdline\n", argv0, common);
fprint(2, " %s %s -p\n", argv0, common); fprint(2, " %s %s -p\n", argv0, common);