From 35931568028715ceb35f5a2a1e42b28bc95d0cc5 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Tue, 21 Jan 2020 21:28:36 +0100 Subject: Merging upstream version 20200121. Signed-off-by: Daniel Baumann --- share/bash-completion/container | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'share/bash-completion/container') 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 -# Copyright (C) 2016-2019 Daniel Baumann +# Copyright (C) 2016-2020 Daniel Baumann # # 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 ;; -- cgit v1.2.3