From 68b216ce0353fb64407d8fa9acc36a4e8732d0dd Mon Sep 17 00:00:00 2001 From: Alex Jia Date: Tue, 6 Sep 2016 17:48:15 +0800 Subject: [PATCH] update bash completion Signed-off-by: Alex Jia Closes: #573 Approved by: rhatdan --- bash/atomic | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bash/atomic b/bash/atomic index 12cca79..c19e41a 100644 --- a/bash/atomic +++ b/bash/atomic @@ -39,7 +39,7 @@ __docker_q() { _atomic_atomic() { local boolean_options=" - --help -h + --help -h --version -v --debug --assumeyes -y " case "$prev" in $main_options_with_args_glob )