From 6e2c0a6906a129844e4f97d242bc22e303783e77 Mon Sep 17 00:00:00 2001 From: Martin Grunwald Date: Tue, 5 Nov 2024 08:34:06 +0100 Subject: [PATCH] feat/cct-875: Options -i and --cert-interval were removed from rhsmcertd command autocompletion Options -i and --cert-interval were removed from rhsmcertd command autocompletion. CARD ID: CCT-875 --- etc-conf/rhsmcertd.completion.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/etc-conf/rhsmcertd.completion.sh b/etc-conf/rhsmcertd.completion.sh index 1f82e5894d..95a74aea90 100644 --- a/etc-conf/rhsmcertd.completion.sh +++ b/etc-conf/rhsmcertd.completion.sh @@ -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 -*)