diff options
author | 2004-12-14 19:53:12 +0000 | |
---|---|---|
committer | 2004-12-14 19:53:12 +0000 | |
commit | 5e77ec8251d6c04966a7afcc19a07b6f231a356b (patch) | |
tree | 4735bf7edc2573d0b8722d16b2c71a0b12b3f884 | |
parent | support the tag command (diff) | |
download | wireguard-openbsd-5e77ec8251d6c04966a7afcc19a07b6f231a356b.tar.xz wireguard-openbsd-5e77ec8251d6c04966a7afcc19a07b6f231a356b.zip |
add missing '\t' in usage(); okay jfb@.
-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); } |