diff options
author | Niall O'Higgins <niallo@cvs.openbsd.org> | 2005-10-13 22:59:39 +0000 |
---|---|---|
committer | Niall O'Higgins <niallo@cvs.openbsd.org> | 2005-10-13 22:59:39 +0000 |
commit | 267028c96cf81df9b4bf2a8ce9818d5e9659a705 (patch) | |
tree | 656bdd98a4929953b8c803dba866b26f1df6fe65 | |
parent | cd4adc73212ec0a939417d827d4e4fa0a0274a4d (diff) |
- `date' argument to -d option is now optional, reflect this in the manual page.
-rw-r--r-- | usr.bin/rcs/ci.1 | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/usr.bin/rcs/ci.1 b/usr.bin/rcs/ci.1 index cf2ef293756..0ac5475f9cc 100644 --- a/usr.bin/rcs/ci.1 +++ b/usr.bin/rcs/ci.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: ci.1,v 1.6 2005/10/12 16:45:11 xsa Exp $ +.\" $OpenBSD: ci.1,v 1.7 2005/10/13 22:59:38 niallo Exp $ .\" .\" Copyright (c) 2005 Niall O'Higgins <niallo@openbsd.org> .\" All rights reserved. @@ -24,7 +24,7 @@ .Nm .Bk -words .Op Fl jMNqV -.Op Fl d Ar date +.Op Fl d Op Ar date .Op Fl k Ar mode .Op Fl l Op Ar rev .Op Fl m Ar msg @@ -39,10 +39,13 @@ program is used to check new revisions into RCS files. .Pp The following options are supported: .Bl -tag -width Ds -.It Fl d Ar date +.It Fl d Op Ar date Uses .Ar date for check-in date and time. +If +.Ar date +is not specified, use the working file's last modification time. .It Fl f Force check in. .It Fl I |