diff options
author | Niall O'Higgins <niallo@cvs.openbsd.org> | 2005-10-13 23:00:50 +0000 |
---|---|---|
committer | Niall O'Higgins <niallo@cvs.openbsd.org> | 2005-10-13 23:00:50 +0000 |
commit | 9fe9ff3de758e4b545d8a1c8cd3f98fdb6379746 (patch) | |
tree | c419d29687e8b3d09229e468acf7c215c45a5a2f | |
parent | 267028c96cf81df9b4bf2a8ce9818d5e9659a705 (diff) |
- sync checkin_usage().
-rw-r--r-- | usr.bin/rcs/ci.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/rcs/ci.c b/usr.bin/rcs/ci.c index c11ffb51e91..0d9c9cfa5a4 100644 --- a/usr.bin/rcs/ci.c +++ b/usr.bin/rcs/ci.c @@ -1,4 +1,4 @@ -/* $OpenBSD: ci.c,v 1.25 2005/10/13 22:54:46 niallo Exp $ */ +/* $OpenBSD: ci.c,v 1.26 2005/10/13 23:00:49 niallo Exp $ */ /* * Copyright (c) 2005 Niall O'Higgins <niallo@openbsd.org> * All rights reserved. @@ -57,7 +57,7 @@ void checkin_usage(void) { fprintf(stderr, - "usage: ci [-jMNqV] [-d date] [-k mode] [-l [rev]] [-m msg]\n" + "usage: ci [-jMNqV] [-d [date]] [-k mode] [-l [rev]] [-m msg]\n" " [-r [rev]] [-u [rev]] file ...\n"); } |