diff options
author | aiju <devnull@localhost> | 2018-03-20 20:51:04 +0000 |
---|---|---|
committer | aiju <devnull@localhost> | 2018-03-20 20:51:04 +0000 |
commit | 3cb5494b261e9cd8d12f5c203270d0f1387c5d87 (patch) | |
tree | c6cf96654f4f6b57203c8f8108d47c7137d46f9e /sys | |
parent | ef17e2a6938d1ae7a06a9a655e1a73d340e58abc (diff) |
sshfs: usage
Diffstat (limited to 'sys')
-rw-r--r-- | sys/src/cmd/sshfs.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/src/cmd/sshfs.c b/sys/src/cmd/sshfs.c index 5266ec799..c25b4eba8 100644 --- a/sys/src/cmd/sshfs.c +++ b/sys/src/cmd/sshfs.c @@ -1320,7 +1320,7 @@ void usage(void) { 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 -p\n", argv0, common); exits("usage"); |