summaryrefslogtreecommitdiff
path: root/completions/xm
diff options
context:
space:
mode:
Diffstat (limited to 'completions/xm')
-rw-r--r--completions/xm4
1 files changed, 2 insertions, 2 deletions
diff --git a/completions/xm b/completions/xm
index 93852f61..c720fae1 100644
--- a/completions/xm
+++ b/completions/xm
@@ -19,7 +19,7 @@ _xm()
# TODO: _split_longopt
- local command options
+ local args command commands options
commands='console vncviewer create new delete destroy domid domname
dump-core list mem-max mem-set migrate pause reboot rename reset
@@ -94,7 +94,7 @@ _xm()
_xen_domain_names
;;
3)
- _known_hosts_real "$cur"
+ _known_hosts_real -- "$cur"
;;
esac
;;