Change to ArgumentDefaultsHelpFormatter.

Changed from this:
formatter_class=argparse.RawTextHelpFormatter

To this:
formatter_class=argparse.ArgumentDefaultsHelpFormatter

This greatly improves the formatting of the help text.

Change-Id: Ie3ad6afe0b3cda50e1b032c37a20ff22733de9bd
Signed-off-by: Michael Walsh <micwalsh@us.ibm.com>
4 files changed