summaryrefslogtreecommitdiffstats
path: root/share/bash-completion/container
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2020-01-21 20:28:27 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2020-01-21 20:28:27 +0000
commitb3522ebddcc0e8ff8fa19836d713f13fa65fc2f1 (patch)
tree8f00f924ffe1347a0c3cf8cc72d741444dfc0570 /share/bash-completion/container
parentAdding upstream version 20191104. (diff)
downloadopen-infrastructure-compute-tools-b3522ebddcc0e8ff8fa19836d713f13fa65fc2f1.tar.xz
open-infrastructure-compute-tools-b3522ebddcc0e8ff8fa19836d713f13fa65fc2f1.zip
Adding upstream version 20200121.upstream/20200121
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'share/bash-completion/container')
-rw-r--r--share/bash-completion/container4
1 files changed, 2 insertions, 2 deletions
diff --git a/share/bash-completion/container b/share/bash-completion/container
index d791ff6..95199b1 100644
--- a/share/bash-completion/container
+++ b/share/bash-completion/container
@@ -1,7 +1,7 @@
# bash-completion
#
# Copyright (C) 2016 Andreas Kreuzer <andreas.kreuzer@open-infrastructure.net>
-# Copyright (C) 2016-2019 Daniel Baumann <daniel.baumann@open-infrastructure.net>
+# Copyright (C) 2016-2020 Daniel Baumann <daniel.baumann@open-infrastructure.net>
#
# SPDX-License-Identifier: GPL-3.0+
#
@@ -236,7 +236,7 @@ _container()
;;
*)
- opts="-n --name"
+ opts="-n --name -v --verbose"
COMPREPLY=( $(compgen -W "${opts}" -- ${cur}) )
return 0
;;