[all-commits] [llvm/llvm-project] 25ff44: [docs][llvm-profdata] Prefer double-dash long options
Fangrui Song via All-commits
all-commits at lists.llvm.org
Thu Dec 30 10:37:29 PST 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 25ff448aac63339dc71f92d2e89af672ffdd775b
https://github.com/llvm/llvm-project/commit/25ff448aac63339dc71f92d2e89af672ffdd775b
Author: Fangrui Song <i at maskray.me>
Date: 2021-12-30 (Thu, 30 Dec 2021)
Changed paths:
M llvm/docs/CommandGuide/llvm-profdata.rst
Log Message:
-----------
[docs][llvm-profdata] Prefer double-dash long options
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).
Reviewed By: snehasish
Differential Revision: https://reviews.llvm.org/D116353
More information about the All-commits
mailing list