diff options
author | Xavier Santolaria <xsa@cvs.openbsd.org> | 2005-12-12 09:40:09 +0000 |
---|---|---|
committer | Xavier Santolaria <xsa@cvs.openbsd.org> | 2005-12-12 09:40:09 +0000 |
commit | 140310e25c738c19b050af8b7cf1486f3424ac5b (patch) | |
tree | 5295a88a723469c13278b6cd48be74a11480f94a /usr.bin/rcs/ci.c | |
parent | 24f5f89a593456ba244aa620022924fa18c75207 (diff) |
- sync usage() for `-tfile|str'
- nuke trailing whitespace
Diffstat (limited to 'usr.bin/rcs/ci.c')
-rw-r--r-- | usr.bin/rcs/ci.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/usr.bin/rcs/ci.c b/usr.bin/rcs/ci.c index 8b4e01465ee..114553f7791 100644 --- a/usr.bin/rcs/ci.c +++ b/usr.bin/rcs/ci.c @@ -1,4 +1,4 @@ -/* $OpenBSD: ci.c,v 1.84 2005/12/10 20:27:46 joris Exp $ */ +/* $OpenBSD: ci.c,v 1.85 2005/12/12 09:40:08 xsa Exp $ */ /* * Copyright (c) 2005 Niall O'Higgins <niallo@openbsd.org> * All rights reserved. @@ -81,7 +81,7 @@ checkin_usage(void) fprintf(stderr, "usage: ci [-MNqTV] [-d[date]] [-f[rev]] [-i[rev]] [-j[rev]]\n" " [-kmode] [-l[rev]] [-M[rev]] [-mmsg] [-Nsymbol]\n" - " [-nsymbol] [-r[rev]] [-sstate] [-tfile] [-u[rev]]\n" + " [-nsymbol] [-r[rev]] [-sstate] [-tfile|str] [-u[rev]]\n" " [-wusername] [-xsuffixes] file ...\n"); } @@ -438,7 +438,7 @@ checkin_update(struct checkin_params *pb) /* * XXX this is wrong, we need to get the revision the user - * has the lock for. So we can decide if we want to create a + * has the lock for. So we can decide if we want to create a * branch or not. (if it's not current HEAD we need to branch). */ pb->frev = pb->file->rf_head; |