summaryrefslogtreecommitdiff
path: root/completions/munindoc
diff options
context:
space:
mode:
Diffstat (limited to 'completions/munindoc')
-rw-r--r--completions/munindoc6
1 files changed, 3 insertions, 3 deletions
diff --git a/completions/munindoc b/completions/munindoc
index a08399ba..5c7644a6 100644
--- a/completions/munindoc
+++ b/completions/munindoc
@@ -5,9 +5,9 @@ _munindoc()
local cur prev words cword
_init_completion || return
- COMPREPLY=( $(compgen -W \
- '$(command ls /usr/share/munin/plugins 2>/dev/null)' -- "$cur") )
+ COMPREPLY=($(compgen -W \
+ '$(command ls /usr/share/munin/plugins 2>/dev/null)' -- "$cur"))
} &&
-complete -F _munindoc munindoc
+ complete -F _munindoc munindoc
# ex: filetype=sh