sshfs: update usage text to match man page
This commit is contained in:
parent
c03079ad08
commit
02f19713a1
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||||
|
|
Loading…
Reference in a new issue