From 5e42e07d6ddef1636e687b9d1c763198a26d22dd Mon Sep 17 00:00:00 2001 From: Niall O'Higgins Date: Mon, 10 Oct 2005 13:32:17 +0000 Subject: sync checkout_usage(); --- usr.bin/rcs/co.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'usr.bin') diff --git a/usr.bin/rcs/co.c b/usr.bin/rcs/co.c index 4e7e283d909..7b20982d676 100644 --- a/usr.bin/rcs/co.c +++ b/usr.bin/rcs/co.c @@ -1,4 +1,4 @@ -/* $OpenBSD: co.c,v 1.8 2005/10/10 13:20:20 niallo Exp $ */ +/* $OpenBSD: co.c,v 1.9 2005/10/10 13:32:16 niallo Exp $ */ /* * Copyright (c) 2005 Joris Vink * All rights reserved. @@ -187,6 +187,6 @@ checkout_main(int argc, char **argv) void checkout_usage(void) { - fprintf(stderr, "usage %s [-qV] [-l rev] [-r rev] [-u rev] file ...\n", - __progname); + fprintf(stderr, "usage %s [-qV] [-l [rev]] [-r [rev]] [-u [rev]]" + " file ...\n", __progname); } -- cgit v1.2.3