Skip to content

Commit

Permalink
1833316: unset-addons argument is missing in the bash completion of s…
Browse files Browse the repository at this point in the history
…yspurpose
  • Loading branch information
wottop committed Oct 8, 2020
1 parent 251435e commit 59cc68f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion etc-conf/syspurpose.completion.sh
Expand Up @@ -19,7 +19,7 @@ _syspurpose()
prev="${COMP_WORDS[COMP_CWORD-1]}"

# top-level commands and options
opts="set unset add remove set-role unset-role set-usage unset-usage add-addons remove-addons
opts="set unset add remove set-role unset-role set-usage unset-usage unset-addons add-addons remove-addons
set-sla unset-sla show -h --help"

COMPREPLY=($(compgen -W "${opts}" -- ${cur}))
Expand Down

0 comments on commit 59cc68f

Please sign in to comment.