From a131eef0c661520db7090994d5b43e7d23ef3747 Mon Sep 17 00:00:00 2001 From: Xavier Santolaria Date: Tue, 14 Dec 2004 19:53:13 +0000 Subject: add missing '\t' in usage(); okay jfb@. --- usr.bin/cvs/cvsd.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'usr.bin/cvs') 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 * All rights reserved. @@ -132,7 +132,7 @@ usage(void) "\t-p\t\tPerform repository sanity check on startup\n" "\t-r root\t\tUse as the root directory of the repository\n" "\t-s path\t\tUse as the path for the CVS server socket\n" - "\t-u user\tUse user for privilege revocation\n" + "\t-u user\t\tUse user for privilege revocation\n" "\t-v\t\tBe verbose\n", __progname); } -- cgit v1.2.3