https://github.com/avillega created https://github.com/llvm/llvm-project/pull/74880
With this changes, new lines in the HelpText defined in OptTable have the same indentation as the first line. Before, the help output will look something like: ``` --color=<value> Whether to use color when symbolizing log markup: always, auto, never ``` With this change: ``` --color=<value> - Whether to use color when symbolizing log markup: always, auto, never ``` Note the "-" at the beginning of the help text in the new version, it was added to clearly separate the HelpText of the different options. _______________________________________________ llvm-branch-commits mailing list llvm-branch-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits