diff options
author | James Henderson <jh7370@my.bristol.ac.uk> | 2019-06-11 15:58:10 +0000 |
---|---|---|
committer | James Henderson <jh7370@my.bristol.ac.uk> | 2019-06-11 15:58:10 +0000 |
commit | 5058ae0945b9ee1023e4760b4917c1db044d9b8f (patch) | |
tree | 38943b8b2702ed9a0813703af2e3ce29ac4dcc68 | |
parent | 796de11331e69f0ff241fe45a4bb51720518102f (diff) | |
download | bcm5719-llvm-5058ae0945b9ee1023e4760b4917c1db044d9b8f.tar.gz bcm5719-llvm-5058ae0945b9ee1023e4760b4917c1db044d9b8f.zip |
[docs][llvm-nm] Add darwin as --format option
llvm-svn: 363081
-rw-r--r-- | llvm/docs/CommandGuide/llvm-nm.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/llvm/docs/CommandGuide/llvm-nm.rst b/llvm/docs/CommandGuide/llvm-nm.rst index 99e7f184119..b5bd756d542 100644 --- a/llvm/docs/CommandGuide/llvm-nm.rst +++ b/llvm/docs/CommandGuide/llvm-nm.rst @@ -100,8 +100,8 @@ OPTIONS .. option:: --format=format, -f format - Select an output format; *format* may be *sysv*, *posix*, or *bsd*. The default - is *bsd*. + Select an output format; *format* may be *sysv*, *posix*, *darwin*, or *bsd*. + The default is *bsd*. .. option:: --help, -h |