diff options
author | Fangrui Song <maskray@google.com> | 2019-10-17 11:56:26 +0000 |
---|---|---|
committer | Fangrui Song <maskray@google.com> | 2019-10-17 11:56:26 +0000 |
commit | 5095a67a1a0c1ab170670d7eafa7c4448ffc3a21 (patch) | |
tree | 237f2d37eaabd86b208d1c56ae1e88076b2a020b | |
parent | a69cc92cb5083d9d9f33c19587db1cdcab742637 (diff) | |
download | bcm5719-llvm-5095a67a1a0c1ab170670d7eafa7c4448ffc3a21.tar.gz bcm5719-llvm-5095a67a1a0c1ab170670d7eafa7c4448ffc3a21.zip |
[docs][llvm-ar] Fix option:: O after r375106
docs-llvm-html fails => unknown option: O
There are lots of formatting issues in the file but they will be fixed by D68998.
llvm-svn: 375107
-rw-r--r-- | llvm/docs/CommandGuide/llvm-ar.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/docs/CommandGuide/llvm-ar.rst b/llvm/docs/CommandGuide/llvm-ar.rst index a138dcf1683..8a36a407e39 100644 --- a/llvm/docs/CommandGuide/llvm-ar.rst +++ b/llvm/docs/CommandGuide/llvm-ar.rst @@ -145,7 +145,7 @@ section (above) to determine which modifiers are applicable to which operations. When extracting files, this option will cause **llvm-ar** to preserve the original modification times of the files it writes. -[O] +.. option:: O Display member offsets inside the archive. |