Hide Forgot
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
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.