Bug #32783
closedHammer documentation for "hammer organization create --help" command has unnecessary and repeated description
Description
Cloned from https://bugzilla.redhat.com/show_bug.cgi?id=1969748
Description of problem:
Hammer documentation for "hammer organization create --help" command has unnecessary and repeated description of "JSON is acceptable and preferred way for complex parameters" and "Comma separated list of values. Values containing comma should be quoted or escaped with backslash." for every option
Version-Release number of selected component (if applicable):
How reproducible:
100%
Steps to Reproduce:
1. Execute command "hammer organization create --help"
Actual results:
Repeated and unnecessary description for every option like
"Comma separated list of values. Values containing comma should be quoted or escaped with backslash.
JSON is acceptable and preferred way for complex parameters"
Expected results:
Only option specific description should be displayed.
Additional info:
Logs:
hammer organization create --help
Usage:
hammer organization create [OPTIONS]
Options:
--compute-resource[s|-ids] Compute resource names/ids
Comma separated list of values. Values containing comma should be quoted or escaped with backslash.
JSON is acceptable and preferred way for complex parameters
--description DESCRIPTION
--domain[s|-ids] Domain names/ids
Comma separated list of values. Values containing comma should be quoted or escaped with backslash.
JSON is acceptable and preferred way for complex parameters
--environment[s|-ids] Environment names/ids (--environment-ids is deprecated: Use --puppet-environment[s|-ids] instead)
Comma separated list of values. Values containing comma should be quoted or escaped with backslash.
JSON is acceptable and preferred way for complex parameters (Deprecated: Use --puppet-environment[s|-ids] instead)
--hostgroup[s|-ids|-titles] Host group names/titles/ids
Comma separated list of values. Values containing comma should be quoted or escaped with backslash.
JSON is acceptable and preferred way for complex parameters