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:Most options are single-dash (for example, -a), though the CLI does use double-dash options on occasion (--ignore and --outgoing, for example). Duplicate options (diff -v -v, for example) and Windows DOS-style options (/a instead of -a) are not supported.
Micro Focus |