shithub: riscv

Download patch

ref: 02f19713a101f2cab3ef6b89ed6ca8b59ee11ffb
parent: c03079ad08b8c6441a6b1bf2e032844aae679e08
author: Alex Musolino <alex@musolino.id.au>
date: Wed Jul 29 09:56:03 EDT 2020

sshfs: update usage text to match man page

--- a/sys/src/cmd/sshfs.c
+++ b/sys/src/cmd/sshfs.c
@@ -1348,7 +1348,7 @@
 void
 usage(void)
 {
-	static char *common = "[-abdRUG] [-s service] [-m mtpt] [-u uidfile] [-g gidfile]";
+ 	static char *common = "[-abdRUGM] [-s service] [-m mtpt] [-r root] [-u uidfile] [-g gidfile]";
 	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);