summaryrefslogtreecommitdiff
path: root/completions/munin-run
diff options
context:
space:
mode:
Diffstat (limited to 'completions/munin-run')
-rw-r--r--completions/munin-run6
1 files changed, 3 insertions, 3 deletions
diff --git a/completions/munin-run b/completions/munin-run
index 756a0e0a..72228522 100644
--- a/completions/munin-run
+++ b/completions/munin-run
@@ -8,11 +8,11 @@ _munin_run()
case $prev in
--config|--sconffile)
_filedir
- return 0
+ return
;;
--servicedir|--sconfdir)
_filedir -d
- return 0
+ return
;;
esac
@@ -25,4 +25,4 @@ _munin_run()
} &&
complete -F _munin_run munin-run
-# ex: ts=4 sw=4 et filetype=sh
+# ex: filetype=sh