From 3bf4d3a58386446b6560e5c5e9227beb981aa524 Mon Sep 17 00:00:00 2001 From: Joris Vink Date: Thu, 29 Sep 2005 15:21:58 +0000 Subject: fix usage --- usr.bin/rcs/co.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'usr.bin/rcs/co.c') diff --git a/usr.bin/rcs/co.c b/usr.bin/rcs/co.c index 1c96e2a3cb2..8b66c2b6df8 100644 --- a/usr.bin/rcs/co.c +++ b/usr.bin/rcs/co.c @@ -1,4 +1,4 @@ -/* $OpenBSD: co.c,v 1.1 2005/09/29 15:16:26 joris Exp $ */ +/* $OpenBSD: co.c,v 1.2 2005/09/29 15:21:57 joris Exp $ */ /* * Copyright (c) 2005 Joris Vink * All rights reserved. @@ -104,5 +104,5 @@ checkout_main(int argc, char **argv) void checkout_usage(void) { - fprintf(stderr, "usage %s\n", __progname); + fprintf(stderr, "usage %s [-r rev] file ...\n", __progname); } -- cgit v1.2.3