summaryrefslogtreecommitdiff
path: root/usr.bin/rcs
diff options
context:
space:
mode:
authorIgor Sobrado <sobrado@cvs.openbsd.org>2007-04-26 21:48:38 +0000
committerIgor Sobrado <sobrado@cvs.openbsd.org>2007-04-26 21:48:38 +0000
commit53b79e76fe1d07298dfa5fbd728d7d015ce7e59c (patch)
treea1eb65293efc9d7177ff5636253f8fd8eaa055f4 /usr.bin/rcs
parentda6de1fbaf26dab6a3f6403e30d2740d5d83a9a5 (diff)
replace tabs by spaces in the message returned by usage()
ok by jmc@, niallo@, and xsa@
Diffstat (limited to 'usr.bin/rcs')
-rw-r--r--usr.bin/rcs/ci.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/usr.bin/rcs/ci.c b/usr.bin/rcs/ci.c
index 63affa8b512..2e3c98c68bc 100644
--- a/usr.bin/rcs/ci.c
+++ b/usr.bin/rcs/ci.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: ci.c,v 1.197 2007/03/15 13:05:23 bluhm Exp $ */
+/* $OpenBSD: ci.c,v 1.198 2007/04/26 21:48:37 sobrado Exp $ */
/*
* Copyright (c) 2005, 2006 Niall O'Higgins <niallo@openbsd.org>
* All rights reserved.
@@ -99,9 +99,9 @@ checkin_usage(void)
{
fprintf(stderr,
"usage: ci [-qV] [-d[date]] [-f[rev]] [-I[rev]] [-i[rev]]\n"
- " [-j[rev]] [-k[rev]] [-l[rev]] [-M[rev]] [-mmsg]\n"
- " [-Nsymbol] [-nsymbol] [-r[rev]] [-sstate] [-tstr]\n"
- " [-u[rev]] [-wusername] [-xsuffixes] [-ztz] file ...\n");
+ " [-j[rev]] [-k[rev]] [-l[rev]] [-M[rev]] [-mmsg]\n"
+ " [-Nsymbol] [-nsymbol] [-r[rev]] [-sstate] [-tstr]\n"
+ " [-u[rev]] [-wusername] [-xsuffixes] [-ztz] file ...\n");
}
/*