From 3b49c8ab815b5d256d14696dd9baa37a7d8d65c1 Mon Sep 17 00:00:00 2001 From: Bernd Schatz Date: Sun, 29 Mar 2020 19:51:38 +0200 Subject: [PATCH] fixed some comments --- contrib/completion/g810-led-completion.bash | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/contrib/completion/g810-led-completion.bash b/contrib/completion/g810-led-completion.bash index 4731d90..07d80ac 100644 --- a/contrib/completion/g810-led-completion.bash +++ b/contrib/completion/g810-led-completion.bash @@ -4,7 +4,7 @@ # ####### g810_device_options="-dv -dp -ds -tuk" g810_tuk_option="-tuk" -g810_tuk_options="1 2 3" +g810_tuk_options="1 2 3" # yet not used g810_options="$g810_device_options g810_tuk_option" # COMMANDS @@ -55,9 +55,6 @@ _g810-led_completions() done if [[ $contains -eq 1 && $exactmatch -eq 1 ]]; then return; fi; - # long commands with parameter - # ############################ - # --> startup mode if [[ $startup_mode_command == "${COMP_WORDS[i]}" ]] then @@ -92,7 +89,6 @@ _g810-led_completions() fi # commands with keygroups - # ####################### if [[ " $key_group_commands " =~ " ${COMP_WORDS[i]} " ]] then ((i++))