Currently, llvm-dwarfdump's help message has two issues.
- Most long options are printed in --long-option, except for some section dumping options, e.g., -apple-names, -debug-addr.
- Most options are printed with consistent indention, except for some section dumping options.
This patch helps resolve these two issues.
Why have you singled out the -debug-info option for this extra testing? What about the other options?