Correct list of options for 'commit': '-F file', as mentioned in the

explanation of 'commit'.

Minor nit.
This commit is contained in:
heinz 2002-11-06 22:26:47 +00:00
parent 12ac4ab865
commit 30a9e0125d
1 changed files with 2 additions and 2 deletions

View File

@ -909,7 +909,7 @@ the
.B \-s
option within the modules file.
.TP
\fBcommit\fP [\fB\-lnR\fP] [\fB\-m\fP '\fIlog_message\fP' | \fB\-f\fP \fIfile\fP] [\fB\-r\fP \fIrevision\fP] [\fIfiles.\|.\|.\fP]
\fBcommit\fP [\fB\-lnR\fP] [\fB\-m\fP '\fIlog_message\fP' | \fB\-F\fP \fIfile\fP] [\fB\-r\fP \fIrevision\fP] [\fIfiles.\|.\|.\fP]
.I Requires:
working directory, repository.
.br
@ -1440,7 +1440,7 @@ Working directory.
Working directory, history log.
.br
This command is meant to safely cancel the effect of
.` "cvs checkout'.
.` "cvs checkout".
Since
.B cvs
doesn't lock files, it isn't strictly necessary to use this command.