[Lldb-commits] [PATCH] Remove funny indentation from help command alias
Langmuir, Ben
ben.langmuir at intel.com
Thu Sep 26 14:08:16 PDT 2013
I'm not completely sure what the formatting rules for 'help' are, but the paragraph formatting for 'help command alias' looked weird. The attached patch removes the out-denting from the first line of each paragraph, e.g.
-If the user always wanted to pass the same value to a particular option, the
+ If the user always wanted to pass the same value to a particular option, the
alias could be defined with that value directly in the alias as a constant,
rather than using a positional placeholder:
I also fixed the alignment of a comment.
Ben
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20130926/5e0edc52/attachment.html>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: cmd_alias.patch
Type: application/octet-stream
Size: 3424 bytes
Desc: cmd_alias.patch
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20130926/5e0edc52/attachment.obj>
More information about the lldb-commits
mailing list