diff options
Diffstat (limited to 'usr.bin/cvs')
-rw-r--r-- | usr.bin/cvs/cvsd.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/cvs/cvsd.c b/usr.bin/cvs/cvsd.c index 8c53a4a86e1..2083314b813 100644 --- a/usr.bin/cvs/cvsd.c +++ b/usr.bin/cvs/cvsd.c @@ -1,4 +1,4 @@ -/* $OpenBSD: cvsd.c,v 1.15 2004/12/09 22:07:40 xsa Exp $ */ +/* $OpenBSD: cvsd.c,v 1.16 2004/12/14 19:53:12 xsa Exp $ */ /* * Copyright (c) 2004 Jean-Francois Brousseau <jfb@openbsd.org> * All rights reserved. @@ -132,7 +132,7 @@ usage(void) "\t-p\t\tPerform repository sanity check on startup\n" "\t-r root\t\tUse <root> as the root directory of the repository\n" "\t-s path\t\tUse <path> as the path for the CVS server socket\n" - "\t-u user\tUse user <user> for privilege revocation\n" + "\t-u user\t\tUse user <user> for privilege revocation\n" "\t-v\t\tBe verbose\n", __progname); } |