sshfs: update usage text to match man page

front
Alex Musolino 2020-07-29 13:56:03 +09:30
parent c03079ad08
commit 02f19713a1
1 changed files with 1 additions and 1 deletions

View 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);