Currently the generated help text looks like this: ``` Options: -h,--help Print this help message and exit -v,--version Print App version ``` I suggest adding a space between the aliases for better readability: ``` Options: -h, --help Print this help message and exit -v, --version Print App version ``` I didn't find an option for that in the docs. Writing a custom formatter just for that seems a bit overkill.