summaryrefslogtreecommitdiff
path: root/completions/xm
diff options
context:
space:
mode:
authorGabriel F. T. Gomes <gabriel@inconstante.eti.br>2018-03-18 12:02:11 -0300
committerGabriel F. T. Gomes <gabriel@inconstante.eti.br>2018-03-18 12:02:11 -0300
commit9cd22d1df8f0f5b554858471c86faa9f37b8fed4 (patch)
tree6399b936aecc388506ec32cfc10fdb06cfc1949f /completions/xm
parent6d88f1055806932d9291f96847d2b691cccda2cd (diff)
downloadbash-completion-9cd22d1df8f0f5b554858471c86faa9f37b8fed4.tar.gz
New upstream version 2.8upstream/2.8
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
;;