2007-08-05 23:34 AEST by Arthur Barrett - Help text on -n option wrong.
<P:\>118>cvs --help-options
CVS global options (specified before the command name) are:
-H Displays usage information for command.
[...]
-n Do not execute anything that will change the disk.
-t Show trace of program execution (repeat for more
verbosity) -- try with -n.
[...]
The help for -n and -t could be:
-n Do not execute anything that will change the disk (only
supported with checkout).
-t Show trace of program execution (repeat for more
verbosity). |