Bug 1004402

Summary: rhsmd and rhsmcertd-worker does not bash complete its options
Product: Red Hat Enterprise Linux 7 Reporter: John Sefler <jsefler>
Component: subscription-managerAssignee: candlepin-bugs
Status: CLOSED WONTFIX QA Contact: John Sefler <jsefler>
Severity: low Docs Contact:
Priority: unspecified    
Version: 7.0CC: 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
Description of problem:

[root@jsefler-6 ~]# /usr/libexec/rhsmcertd-worker --help
Usage: rhsmcertd-worker [OPTIONS]

Options:
  -h, --help  show this help message and exit
  --autoheal  perform an autoheal check

The options above do not bash complete when I type:
[root@jsefler-6 ~]# /usr/libexec/rhsmcertd-worker -<TAB><TAB>

Expected: -h  --help  --autoheal

Version-Release number of selected component (if applicable):
[root@jsefler-6 ~]# rpm -q subscription-manager
subscription-manager-1.9.5-1.el6.x86_64

Comment 1 John Sefler 2013-09-04 14:51:42 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>

Comment 2 Bryan Kearney 2013-10-11 15:24:58 UTC
These are not really designed to be used often by the end user. I am not really worried about this.