plan9port

fork of plan9port with libvec, libstr and libsdb
Log | Files | Refs | README | LICENSE

commit 65da85988972c1b29901ae89c1256f9f95974df3
parent a2d6635774d29561984a85d59c60d23ece3a0af7
Author: rsc <devnull@localhost>
Date:   Sat, 29 Jan 2005 17:03:53 +0000

update usage

Diffstat:
Msrc/cmd/diff/main.c | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/cmd/diff/main.c b/src/cmd/diff/main.c @@ -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)