[PATCH] D116353: [docs][llvm-profdata] Prefer double-dash long options
Fangrui Song via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Dec 28 19:32:31 PST 2021
MaskRay created this revision.
MaskRay added reviewers: ellis, kyulee, xur.
MaskRay requested review of this revision.
Herald added a project: LLVM.
Herald added a subscriber: llvm-commits.
To match the `--help` message and most other utilities.
While here, change `option:: -output=output` to `option:: --output=<output>` and
omit the value name for the short options (convention of other utilities).
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D116353
Files:
llvm/docs/CommandGuide/llvm-profdata.rst
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D116353.396457.patch
Type: text/x-patch
Size: 10153 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20211229/6dfcd72c/attachment.bin>
More information about the llvm-commits
mailing list