]> xenbits.xensource.com Git - people/iwj/xen.git/commitdiff
tools/xl/bash-completion: also complete 'xen' misc/summit-2019-debian
authorHans van Kranenburg <hans@knorrie.org>
Sun, 10 Feb 2019 17:26:45 +0000 (18:26 +0100)
committerIan Jackson <ian.jackson@citrix.com>
Thu, 11 Jul 2019 23:05:33 +0000 (00:05 +0100)
We have the `xen` alias for xl in Debian, since in the past it was a
command that could execute either xl or xm.

Now, it always does xl, so, complete the same stuff for it as we have
for xl.

Signed-off-by: Hans van Kranenburg <hans@knorrie.org>
[git-debrebase split: mixed commit: upstream part]

tools/xl/bash-completion

index b7cd6b3992fa22f33ffe9d4851d122383ab8e319..a520b07e29141554f2bb0de7ece86cae582f0f50 100644 (file)
@@ -17,4 +17,4 @@ _xl()
        return 0
 }
 
-complete -F _xl -o nospace -o default xl
+complete -F _xl -o nospace -o default xl xen