diff options
author | Xavier Santolaria <xsa@cvs.openbsd.org> | 2004-12-14 19:53:13 +0000 |
---|---|---|
committer | Xavier Santolaria <xsa@cvs.openbsd.org> | 2004-12-14 19:53:13 +0000 |
commit | a131eef0c661520db7090994d5b43e7d23ef3747 (patch) | |
tree | 670a04ede9a9552039de8e3569ab016a23119ffb /usr.bin/cvs | |
parent | d3f8e3b34854dfc894f68ffecfb52d51eb933544 (diff) |
add missing '\t' in usage(); okay jfb@.
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); } |