summaryrefslogtreecommitdiff
path: root/completions/xm
diff options
context:
space:
mode:
Diffstat (limited to 'completions/xm')
-rw-r--r--completions/xm10
1 files changed, 4 insertions, 6 deletions
diff --git a/completions/xm b/completions/xm
index e3ae9796..93852f61 100644
--- a/completions/xm
+++ b/completions/xm
@@ -184,7 +184,7 @@ _xm()
case $prev in
-d)
_xen_domain_names
- return 0
+ return
;;
esac
;;
@@ -198,11 +198,11 @@ _xm()
case $prev in
-f|-F|--defconfig|--config)
_filedir
- return 0
+ return
;;
--path)
_filedir -d
- return 0
+ return
;;
esac
@@ -216,9 +216,7 @@ _xm()
esac
fi
fi
-
- return 0
} &&
complete -F _xm xm
-# ex: ts=4 sw=4 et filetype=sh
+# ex: filetype=sh