]> git.lizzy.rs Git - plan9front.git/blobdiff - sys/src/cmd/sshfs.c
sshfs: usage
[plan9front.git] / sys / src / cmd / sshfs.c
index 5266ec79911caab75e5d7bbb85167f9629ab3fb0..c25b4eba867b752cfb7902d25aa984949b9ad207 100644 (file)
@@ -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");