sshfs: usage
This commit is contained in:
parent
ef17e2a693
commit
3cb5494b26
1 changed files with 1 additions and 1 deletions
|
@ -1320,7 +1320,7 @@ void
|
||||||
usage(void)
|
usage(void)
|
||||||
{
|
{
|
||||||
static char *common = "[-abdRUG] [-s service] [-m mtpt] [-u uidfile] [-g gidfile]";
|
static char *common = "[-abdRUG] [-s service] [-m mtpt] [-u uidfile] [-g gidfile]";
|
||||||
fprint(2, "usage: %s %s [-- ssh-options] 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);
|
||||||
exits("usage");
|
exits("usage");
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue