From 770ff5159b1530aafa2dd2b2298129154161d9f0 Mon Sep 17 00:00:00 2001 From: Hans van Kranenburg Date: Sun, 10 Feb 2019 18:26:45 +0100 Subject: [PATCH] tools/xl/bash-completion: also complete 'xen' 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 [git-debrebase split: mixed commit: upstream part] --- tools/xl/bash-completion | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/xl/bash-completion b/tools/xl/bash-completion index 7c6ed32f88..b3883df0de 100644 --- a/tools/xl/bash-completion +++ b/tools/xl/bash-completion @@ -17,4 +17,4 @@ _xl() return 0 } -complete -F _xl -o nospace -o default xl +complete -F _xl -o nospace -o default xl xen -- 2.30.2