summaryrefslogtreecommitdiffstats
path: root/Help/manual/OPTIONS_HELP.txt
diff options
context:
space:
mode:
authorAlex Turbov <i.zaufi@gmail.com>2022-08-09 19:33:17 (GMT)
committerAlex Turbov <i.zaufi@gmail.com>2022-08-14 05:58:41 (GMT)
commit28ecfd1690fe949274a7be8cd1869b68bef7f64d (patch)
treeb4b7dfefb783338a5753c989c14d73a52465cf3f /Help/manual/OPTIONS_HELP.txt
parent57f23fa8fcd508ac26a2e87deae0704c11e77933 (diff)
downloadCMake-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.txt4
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.