summaryrefslogtreecommitdiff
path: root/bash_completion/cloud-init
diff options
context:
space:
mode:
Diffstat (limited to 'bash_completion/cloud-init')
-rw-r--r--bash_completion/cloud-init5
1 files changed, 1 insertions, 4 deletions
diff --git a/bash_completion/cloud-init b/bash_completion/cloud-init
index 579005d2..be783977 100644
--- a/bash_completion/cloud-init
+++ b/bash_completion/cloud-init
@@ -10,7 +10,7 @@ _cloudinit_complete()
cur_word="${COMP_WORDS[COMP_CWORD]}"
prev_word="${COMP_WORDS[COMP_CWORD-1]}"
- subcmds="analyze clean collect-logs devel dhclient-hook features init modules query schema single status"
+ subcmds="analyze clean collect-logs devel features init modules query schema single status"
base_params="--help --file --version --debug --force"
case ${COMP_CWORD} in
1)
@@ -30,9 +30,6 @@ _cloudinit_complete()
devel)
COMPREPLY=($(compgen -W "--help hotplug-hook net-convert" -- $cur_word))
;;
- dhclient-hook)
- COMPREPLY=($(compgen -W "--help up down" -- $cur_word))
- ;;
features)
COMPREPLY=($(compgen -W "--help" -- $cur_word))
;;