where cvs-options are -q, -n, etc.

(specify --help-options for a list of options)
where command is add, admin, etc.

(specify --help-commands for a list of commands

or --help-synonyms for a list of command synonyms)
where command-options-and-arguments depend on the specific command

(specify -H followed by a command name for command-specific help)
Specify --help to receive this message
The Concurrent Versions System (CVS) is a tool for version control.
For CVS updates and additional information, see

the CVS home page at http://www.cvshome.org/ or Pascal Molli's CVS

site at http://www.loria.fr/~molli/cvs-index.html

(: cvs [-cvs]  [---]
 -cvs - -q, -n  ..

( --help-options    )
  - add, admin  ..

( --help-commands    
 --help-synonyms     )
 ---    
( -H       
  )

 --help    

   (CVS) -     .
 CVS    .    CVS
  http://www.cvshome.org/    CVS  
  http://www.loria.fr/~molli/cvs-index.html )

     cvs   help   -
 .    ,      log:

$ cvs --help log

Usage: cvs log [-IRhtNb] [-r[revisions]] [-d dates] [-s states]
t-w[logins]] [files...]

-1      Local directory only, no recursion.

-R     Only print name of RCS file.

-h      Only print header.

-t      Only print header and descriptive text.

-N      Do not list tags.

-b      Only list revisions on the default branch.

-r[revisions]  Specify revision(s)s to list.

revl:rev2   Between revl and rev2, including revl and rev2.

revl::rev2  Between revl and rev2, excluding revl and rev2.

rev:        rev and following revisions on the same branch.

rev::       After rev on the same branch.

:rev        rev and previous revisions on the same branch.

::rev       Before rev on the same branch.

rev         Just rev.

branch      All revisions on the branch.

branch.     The last revision on the branch.

-d dates       Specify dates (Dl<D2 for range, D for latest before).

-s states      Only list revisions with specified states.

-w[logins]     Only list revisions checked in by specified logins.
(Specify the --help global option for a list of other help options)

854                                                 VI. 