Actions
Bug #9684
closedhelp output for commands with long descriptions don't wrap nicely
Status:
Closed
Priority:
Normal
Assignee:
-
Category:
-
Target version:
-
Description
When looking at hammer's help output for subcommands, those with long descriptions don't word-wrap nicely.
$ hammer content-report --help
Usage:
hammer content-report [OPTIONS] SUBCOMMAND [ARG] ...
Parameters:
SUBCOMMAND subcommand
[ARG] ... subcommand arguments
Subcommands:
content-host-status Show the latest subscription status for a list of
content hosts that have reported their subscription status during a specified
time period. Running this report with minimal parameters will return all status
records for all reported content hosts.
content-host-trend Show a listing of all subscription status
snapshots from content hosts which have reported their subscription status in the
specified time period.
status-trend Show the per-day counts of content-hosts, grouped
by subscription status, optionally limited to a date range.
Options:
-h, --help print help
I think something like the follow would be much easier to read:
$ hammer content-report --help
Usage:
hammer content-report [OPTIONS] SUBCOMMAND [ARG] ...
Parameters:
SUBCOMMAND subcommand
[ARG] ... subcommand arguments
Subcommands:
content-host-status Show the latest subscription status for a list of
content hosts that have reported their
subscription status during a specified time
period. Running this report with minimal
parameters will return all status records for all
reported content hosts.
content-host-trend Show a listing of all subscription status
snapshots from content hosts which have reported
their subscription status in the specified time
period.
status-trend Show the per-day counts of content-hosts, grouped
by subscription status, optionally limited to a
date range.
Options:
-h, --help print help
Actions