[llvm] r363073 - [docs][llvm-nm] Make --help help text consistent with other options

James Henderson via llvm-commits llvm-commits at lists.llvm.org
Tue Jun 11 07:55:31 PDT 2019


Author: jhenderson
Date: Tue Jun 11 07:55:31 2019
New Revision: 363073

URL: http://llvm.org/viewvc/llvm-project?rev=363073&view=rev
Log:
[docs][llvm-nm] Make --help help text consistent with other options

Modified:
    llvm/trunk/docs/CommandGuide/llvm-nm.rst

Modified: llvm/trunk/docs/CommandGuide/llvm-nm.rst
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/docs/CommandGuide/llvm-nm.rst?rev=363073&r1=363072&r2=363073&view=diff
==============================================================================
--- llvm/trunk/docs/CommandGuide/llvm-nm.rst (original)
+++ llvm/trunk/docs/CommandGuide/llvm-nm.rst Tue Jun 11 07:55:31 2019
@@ -103,7 +103,7 @@ OPTIONS
  Select an output format; *format* may be *sysv*, *posix*, or *bsd*.  The default
  is *bsd*.
 
-.. option:: -help
+.. option:: --help, -h
 
  Print a summary of command-line options and their meanings.
 




More information about the llvm-commits mailing list