From 3cb5494b261e9cd8d12f5c203270d0f1387c5d87 Mon Sep 17 00:00:00 2001 From: aiju Date: Tue, 20 Mar 2018 20:51:04 +0000 Subject: sshfs: usage --- sys/src/cmd/sshfs.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"); -- cgit v1.2.3