| Summary: | rhsmd and rhsmcertd-worker does not bash complete its options | ||
|---|---|---|---|
| Product: | Red Hat Enterprise Linux 7 | Reporter: | John Sefler <jsefler> |
| Component: | subscription-manager | Assignee: | candlepin-bugs |
| Status: | CLOSED WONTFIX | QA Contact: | John Sefler <jsefler> |
| Severity: | low | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | 7.0 | CC: | bkearney |
| Target Milestone: | rc | ||
| Target Release: | 7.0 | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2013-10-11 15:24:58 UTC | Type: | Bug |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
| Bug Depends On: | |||
| Bug Blocks: | 863175 | ||
|
Description
John Sefler
2013-09-04 14:46:03 UTC
Same issue with /usr/libexec/rhsmd
[root@jsefler-6 ~]# /usr/libexec/rhsmd --help
Usage: rhsmd [OPTIONS]
Options:
-h, --help show this help message and exit
-d, --debug Display debug messages
-k, --keep-alive Stay running (don't shut down after the first dbus
call)
-s, --syslog Run standalone and log result to syslog
-f FORCE_SIGNAL, --force-signal=FORCE_SIGNAL
Force firing of a signal (valid, expired, warning,
partial, classic or registration_required)
-i, --immediate Fire forced signal immediately (requires --force-
signal)
The options above do not bash complete when I type:
[root@jsefler-6 ~]# /usr/libexec/rhsmd -<TAB><TAB>
These are not really designed to be used often by the end user. I am not really worried about this. |