diff options
author | Alex Turbov <i.zaufi@gmail.com> | 2022-08-09 19:33:17 (GMT) |
---|---|---|
committer | Alex Turbov <i.zaufi@gmail.com> | 2022-08-14 05:58:41 (GMT) |
commit | 28ecfd1690fe949274a7be8cd1869b68bef7f64d (patch) | |
tree | b4b7dfefb783338a5753c989c14d73a52465cf3f /Help/manual/OPTIONS_HELP.txt | |
parent | 57f23fa8fcd508ac26a2e87deae0704c11e77933 (diff) | |
download | CMake-28ecfd1690fe949274a7be8cd1869b68bef7f64d.zip CMake-28ecfd1690fe949274a7be8cd1869b68bef7f64d.tar.gz CMake-28ecfd1690fe949274a7be8cd1869b68bef7f64d.tar.bz2 |
Help: Short options first, then long, then Windows style
Diffstat (limited to 'Help/manual/OPTIONS_HELP.txt')
-rw-r--r-- | Help/manual/OPTIONS_HELP.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Help/manual/OPTIONS_HELP.txt b/Help/manual/OPTIONS_HELP.txt index 00e5714..0e51a7f 100644 --- a/Help/manual/OPTIONS_HELP.txt +++ b/Help/manual/OPTIONS_HELP.txt @@ -1,12 +1,12 @@ .. |file| replace:: The help is printed to a named ``<file>`` if given. -.. option:: --help, -help, -usage, -h, -H, /? +.. option:: -h, -H, --help, -help, -usage, /? Print usage information and exit. Usage describes the basic command line interface and its options. -.. option:: --version, -version, /V [<file>] +.. option:: -version [<file>], --version [<file>], /V [<file>] Show program name/version banner and exit. |