diff options
author | Ray Lai <ray@cvs.openbsd.org> | 2007-05-27 03:35:12 +0000 |
---|---|---|
committer | Ray Lai <ray@cvs.openbsd.org> | 2007-05-27 03:35:12 +0000 |
commit | 311951282a15eb0fe5d2652882140daadf016691 (patch) | |
tree | 5681e01e41629e53d5671a5463b25b9a1ab20e52 /usr.bin/cvs/cvs.c | |
parent | ed231d4ce45c6dbd5b1506dcbd9c85d1cb521ce0 (diff) |
Mention -x flag (for compatibility only). From Tobias Stoeckmann.
Input and OK jmc@
Diffstat (limited to 'usr.bin/cvs/cvs.c')
-rw-r--r-- | usr.bin/cvs/cvs.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/cvs/cvs.c b/usr.bin/cvs/cvs.c index e73544d5f15..02edf92923e 100644 --- a/usr.bin/cvs/cvs.c +++ b/usr.bin/cvs/cvs.c @@ -1,4 +1,4 @@ -/* $OpenBSD: cvs.c,v 1.125 2007/05/27 00:46:31 ray Exp $ */ +/* $OpenBSD: cvs.c,v 1.126 2007/05/27 03:35:11 ray Exp $ */ /* * Copyright (c) 2006, 2007 Joris Vink <joris@openbsd.org> * Copyright (c) 2004 Jean-Francois Brousseau <jfb@openbsd.org> @@ -118,7 +118,7 @@ __dead void usage(void) { (void)fprintf(stderr, - "usage: %s [-flnQqRrtVvw] [-d root] [-e editor] [-s var=val]\n" + "usage: %s [-flnQqRrtVvwx] [-d root] [-e editor] [-s var=val]\n" " [-T tmpdir] [-z level] command [...]\n", __progname); exit(1); } |