diff options
author | James Henderson <jh7370@my.bristol.ac.uk> | 2019-06-11 14:55:31 +0000 |
---|---|---|
committer | James Henderson <jh7370@my.bristol.ac.uk> | 2019-06-11 14:55:31 +0000 |
commit | 224410b7c11effb8ab8f359d2aaeb905a7b86aad (patch) | |
tree | 2f01be17bdda985ac2bda0f4b10f3b9dadc0cc62 /llvm/docs/CommandGuide/llvm-nm.rst | |
parent | 776acf225b371b4f4623751a3de8c2d3d324473c (diff) | |
download | bcm5719-llvm-224410b7c11effb8ab8f359d2aaeb905a7b86aad.tar.gz bcm5719-llvm-224410b7c11effb8ab8f359d2aaeb905a7b86aad.zip |
[docs][llvm-nm] Make --help help text consistent with other options
llvm-svn: 363073
Diffstat (limited to 'llvm/docs/CommandGuide/llvm-nm.rst')
-rw-r--r-- | llvm/docs/CommandGuide/llvm-nm.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/docs/CommandGuide/llvm-nm.rst b/llvm/docs/CommandGuide/llvm-nm.rst index f679a04d45a..99e7f184119 100644 --- a/llvm/docs/CommandGuide/llvm-nm.rst +++ b/llvm/docs/CommandGuide/llvm-nm.rst @@ -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. |