Skip to content

Commit

Permalink
feat/cct-875: Options -i and --cert-interval were removed from rhsmce…
Browse files Browse the repository at this point in the history
…rtd command autocompletion

Options -i and --cert-interval were removed from rhsmcertd command autocompletion.

CARD ID: CCT-875
  • Loading branch information
Martin Grunwald authored and ptoscano committed Nov 12, 2024
1 parent 1175cc5 commit 6e2c0a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion etc-conf/rhsmcertd.completion.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ _rhsmcertd()
first="${COMP_WORDS[1]}"
cur="${COMP_WORDS[COMP_CWORD]}"
prev="${COMP_WORDS[COMP_CWORD-1]}"
opts="-h --help -c --cert-check-interval --cert-interval -d --debug -i -n --now -s --no-splay -a --auto-registration -r --auto-registration-interval"
opts="-h --help -c --cert-check-interval -d --debug -n --now -s --no-splay -a --auto-registration -r --auto-registration-interval"

case "${cur}" in
-*)
Expand Down

0 comments on commit 6e2c0a6

Please sign in to comment.