1
0
mirror of https://github.com/projectatomic/atomic.git synced 2026-02-05 18:45:01 +01:00

update bash completion

Signed-off-by: Alex Jia <ajia@redhat.com>

Closes: #573
Approved by: rhatdan
This commit is contained in:
Alex Jia
2016-09-06 17:48:15 +08:00
committed by Atomic Bot
parent e74ca1dc4b
commit 68b216ce03

View File

@@ -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 )