diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2005-03-05 23:22:11 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2005-03-05 23:22:11 +0000 |
commit | 3e103a4744ab6bd8c754e78790d4541b8ceed41f (patch) | |
tree | 8be071edf71244726216098303b9e2436d48d080 | |
parent | 6bbf0b45ead6d7a916b7ff7b26f36660a2eade3e (diff) |
add -V to usage();
ok jfb@
-rw-r--r-- | usr.bin/cvs/rcsprog.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/cvs/rcsprog.c b/usr.bin/cvs/rcsprog.c index faf05a4f316..bb396b74410 100644 --- a/usr.bin/cvs/rcsprog.c +++ b/usr.bin/cvs/rcsprog.c @@ -1,4 +1,4 @@ -/* $OpenBSD: rcsprog.c,v 1.1 2005/03/05 18:50:43 jfb Exp $ */ +/* $OpenBSD: rcsprog.c,v 1.2 2005/03/05 23:22:10 jmc Exp $ */ /* * Copyright (c) 2005 Jean-Francois Brousseau <jfb@openbsd.org> * All rights reserved. @@ -83,7 +83,7 @@ void rcs_usage(void) { fprintf(stderr, - "Usage: %s [-hiLMU] [-a users] [-b [rev]] [-c string] " + "Usage: %s [-hiLMUV] [-a users] [-b [rev]] [-c string] " "[-e users] [-k opt] file ...\n" "\t-a users\tAdd the login names in the comma-separated <users>\n" "\t-b rev\t\tSet the head revision to <rev>\n" |