tupdate usage - plan9port - [fork] Plan 9 from user space
HTML git clone git://src.adamsgaard.dk/plan9port
DIR Log
DIR Files
DIR Refs
DIR README
DIR LICENSE
---
DIR commit 65da85988972c1b29901ae89c1256f9f95974df3
DIR parent a2d6635774d29561984a85d59c60d23ece3a0af7
HTML Author: rsc <devnull@localhost>
Date: Sat, 29 Jan 2005 17:03:53 +0000
update usage
Diffstat:
M src/cmd/diff/main.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
DIR diff --git a/src/cmd/diff/main.c b/src/cmd/diff/main.c
t@@ -11,7 +11,7 @@ Biobuf stdout;
static char *tmp[] = {"/tmp/diff1XXXXXXXXXXX", "/tmp/diff2XXXXXXXXXXX"};
static int whichtmp;
static char *progname;
-static char usage[] = "diff [ -efmnbwr ] file1 ... file2\n";
+static char usage[] = "diff [ -acefmnbwr ] file1 ... file2\n";
static void
rmtmpfiles(void)