From 1f01faf4375b2dc667b2794e4decdf360d6e32b8 Mon Sep 17 00:00:00 2001 From: baude Date: Wed, 29 Nov 2017 20:01:39 -0600 Subject: kpod stop -a Stop all running containers with single switch. Useful for maintainence of a system or integration tests. Signed-off-by: baude Closes: #90 Approved by: rhatdan --- completions/bash/kpod | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'completions/bash/kpod') diff --git a/completions/bash/kpod b/completions/bash/kpod index 93009e6af..68001c36e 100644 --- a/completions/bash/kpod +++ b/completions/bash/kpod @@ -1352,7 +1352,9 @@ _kpod_stop() { local options_with_args=" --timeout -t " - local boolean_options="" + local boolean_options=" + --all + -a" _complete_ "$options_with_args" "$boolean_options" } -- cgit v1.2.3-54-g00ecf