Bug #3517
Updated by Dominic Cleal over 11 years ago
Description of problem: When user runs --help for 'hammer domain create', some of the help text does not appear on the correct line Version-Release number of selected component (if applicable): rubygem-hammer_cli_foreman-0.0.8-2.el6sat.noarch Steps to Reproduce: 1. hammer -u admin -p admin domain create --help 2. View results. Actual results: <pre> Usage: hammer domain create [OPTIONS] Options: --name NAME The full DNS Domain name --fullname FULLNAME Full name describing the domain --dns-id DNS_ID DNS Proxy to use within this domain -h, --help print help </pre> Expected results: <pre> Usage: hammer domain create [OPTIONS] Options: --name NAME The full DNS Domain name --fullname FULLNAME Full name describing the domain --dns-id DNS_ID DNS Proxy to use within this domain -h, --help print help </pre> (https://bugzilla.redhat.com/show_bug.cgi?id=1023077)