[PATCH] D116353: [docs][llvm-profdata] Prefer double-dash long options

Snehasish Kumar via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Dec 28 22:00:43 PST 2021


snehasish accepted this revision.
snehasish added a comment.
This revision is now accepted and ready to land.

lgtm



================
Comment at: llvm/docs/CommandGuide/llvm-profdata.rst:61
 
-.. option:: -output=output, -o=output
+.. option:: --output=<output>, -o
 
----------------
-o=<output> 

to keep it consistent with the old documentation, also the dangling -o looks off.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D116353/new/

https://reviews.llvm.org/D116353



More information about the llvm-commits mailing list