git: 9front

Download patch

ref: 0ae4eeb2ad9546b6f3bebfb2add107dd173181ba
parent: 8450cff6f435775719b1bf7547d0b16e84d01711
author: aiju <devnull@localhost>
date: Tue Mar 20 16:51:04 EDT 2018

sshfs: usage

--- a/sys/src/cmd/sshfs.c
+++ b/sys/src/cmd/sshfs.c
@@ -1320,7 +1320,7 @@
 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");
--