Actions
Bug #19511
closedThere is inconsistent capitalization in the hammer help
Difficulty:
Triaged:
Bugzilla link:
Pull request:
Team Backlog:
Description
Cloned from https://bugzilla.redhat.com/show_bug.cgi?id=1446742
Description of problem:When you run
- hammer content-view remove-version --help
or - hammer content-view remove-from-environment --help
Usage: hammer content-view remove-from-environment [OPTIONS] Options: --async Do not wait for the task --id ID content view numeric identifier --lifecycle-environment LIFECYCLE_ENVIRONMENT_NAME Name to search by --lifecycle-environment-id LIFECYCLE_ENVIRONMENT_ID --name NAME Content view name to search by --organization ORGANIZATION_NAME Organization name to search by --organization-id ORGANIZATION_ID organization ID --organization-label ORGANIZATION_LABEL Organization label to search by -h, --help print help
The help text does not always start with a capital or lowercase letter. They should all start the same for consistency.
Version-Release number of selected component (if applicable):
6.2.8
How reproducible:
100%
Steps to Reproduce:
1. Run the above commands
2.
3.
Actual results:
Output as shown with some help text starting with a capital letter and others, "content view numeric identifier", "organization ID", "print help" starting with a lowercase letter.
Expected results:
All help text to start with a capital or all to start with a lowercase letter.
Updated by Tomáš Strachota over 7 years ago
- Subject changed from There is inconsistent capitalization in the hammer help to There is inconsistent capitalization in the hammer help
- Target version set to 115
Updated by Rahul Bajaj over 7 years ago
- Assignee set to Rahul Bajaj
- Target version changed from 115 to 1.15.6
Updated by The Foreman Bot over 7 years ago
- Status changed from New to Ready For Testing
- Pull request https://github.com/theforeman/hammer-cli/pull/250 added
Updated by Rahul Bajaj over 7 years ago
- Target version changed from 1.15.6 to 1.17.0-RC1
Updated by Rahul Bajaj over 7 years ago
- Target version changed from 1.17.0-RC1 to 1.17.0
Updated by Rahul Bajaj over 7 years ago
- Status changed from Ready For Testing to Closed
- % Done changed from 0 to 100
Applied in changeset 876d57cf6323ae56c47303744de449489f8e142b.
Actions