diff options
author | 2005-10-16 11:59:06 +0000 | |
---|---|---|
committer | 2005-10-16 11:59:06 +0000 | |
commit | bc26f3d26db9b24a2d14ac368d414d18f59e32d6 (patch) | |
tree | b088f7e58ffd7c8b01375182c817ad0ecaf5b8bc | |
parent | - Use Ns macro to remove spaces in these manual pages too. (diff) | |
download | wireguard-openbsd-bc26f3d26db9b24a2d14ac368d414d18f59e32d6.tar.xz wireguard-openbsd-bc26f3d26db9b24a2d14ac368d414d18f59e32d6.zip |
- sync checkout_usage();
-rw-r--r-- | usr.bin/rcs/co.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/rcs/co.c b/usr.bin/rcs/co.c index f73687aee84..4a5ab1e0570 100644 --- a/usr.bin/rcs/co.c +++ b/usr.bin/rcs/co.c @@ -1,4 +1,4 @@ -/* $OpenBSD: co.c,v 1.15 2005/10/15 21:23:54 niallo Exp $ */ +/* $OpenBSD: co.c,v 1.16 2005/10/16 11:59:06 niallo Exp $ */ /* * Copyright (c) 2005 Joris Vink <joris@openbsd.org> * All rights reserved. @@ -145,7 +145,7 @@ void checkout_usage(void) { fprintf(stderr, - "usage: co [-qV] [-l [rev]] [-r [rev]] [-u [rev]] file ...\n"); + "usage: co [-qV] [-l[rev]] [-r[rev]] [-u[rev]] file ...\n"); } /* |