Most accurev commands accept command-line options. accurev uses the C-language getopt library to process command-line options and arguments. This means:
• If an option takes an argument, you can either include or omit a SPACE between the option and the argument. These are equivalent:accurev stat -s tulip_dvt ...
accurev stat -stulip_dvt ...accurev merge -K -o ...
accurev merge -Ko ...All options are single-dash (for example, -a), not double-dash (“--absolute”). Windows DOS-style options (/a instead of -a) are not supported.
AccuRev, Inc. |
Phone: 781-861-8700 |
Fax: 781-861-8704 |
support@accurev.com |