diff options
author | Joris Vink <joris@cvs.openbsd.org> | 2005-05-23 18:10:35 +0000 |
---|---|---|
committer | Joris Vink <joris@cvs.openbsd.org> | 2005-05-23 18:10:35 +0000 |
commit | 49d5050018a07dcccc3ecf650e7395d3794a7663 (patch) | |
tree | cf2ff7d157386c53854a3a27f589dbd4cdd627c0 /usr.bin | |
parent | 6964e98c0e07522fbb6b0dd3852634fb9fdefbb3 (diff) |
add -n flag to cvs usage
ok jfb@
Diffstat (limited to 'usr.bin')
-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 5bbc664c539..385a0e7a529 100644 --- a/usr.bin/cvs/cvs.c +++ b/usr.bin/cvs/cvs.c @@ -1,4 +1,4 @@ -/* $OpenBSD: cvs.c,v 1.65 2005/05/20 18:26:49 xsa Exp $ */ +/* $OpenBSD: cvs.c,v 1.66 2005/05/23 18:10:34 joris Exp $ */ /* * Copyright (c) 2004 Jean-Francois Brousseau <jfb@openbsd.org> * All rights reserved. @@ -313,7 +313,7 @@ void usage(void) { fprintf(stderr, - "Usage: %s [-flQqtv] [-d root] [-e editor] [-s var=val] [-z level] " + "Usage: %s [-flnQqtv] [-d root] [-e editor] [-s var=val] [-z level] " "command [...]\n", __progname); } |