shithub: riscv

Download patch

ref: 3cb5494b261e9cd8d12f5c203270d0f1387c5d87
parent: ef17e2a6938d1ae7a06a9a655e1a73d340e58abc
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");