File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ _ugrd_autocomplete() {
44 prev="${COMP_WORDS[COMP_CWORD-1]}"
55 args="--build-logging --no-build-logging -c --config --kernel-version --kver --clean --no-clean --validate --no-validate --hostonly --no-hostonly\
66 --lspci --no-lspci --lsmod --no-lsmod --firmware --no-firmware --autodetect-root --no-autodetect-root --autodetect-root-luks\
7- --no-autodetect-root-luks --print-config out_file "
7+ --no-autodetect-root-luks --print-config -d --debug --help -h -dd --verbose --log-file --log-level -v --version "
88
99 COMPREPLY=()
1010
@@ -14,7 +14,7 @@ _ugrd_autocomplete() {
1414 return 0
1515 ;;
1616 --kernel-version|--kver)
17- COMPREPLY=( "$(compgen -W "$(ls /lib/modules)" -- "${cur}")" )
17+ COMPREPLY=( "$(compgen -W "$(ls /lib/modules)" -- "${cur}")" )
1818 return 0
1919 ;;
2020 *)
You can’t perform that action at this time.
0 commit comments