diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2020-01-21 20:28:36 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2020-01-21 20:28:57 +0000 |
commit | 35931568028715ceb35f5a2a1e42b28bc95d0cc5 (patch) | |
tree | 18894d6586f2a0035bfb6e551eeb3b4a0f63282f /share/bash-completion | |
parent | Releasing debian version 20191104-1. (diff) | |
download | open-infrastructure-compute-tools-35931568028715ceb35f5a2a1e42b28bc95d0cc5.tar.xz open-infrastructure-compute-tools-35931568028715ceb35f5a2a1e42b28bc95d0cc5.zip |
Merging upstream version 20200121.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'share/bash-completion')
-rw-r--r-- | share/bash-completion/container | 4 |
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 ;; |