From 8871afb284ce710660aa8c09b6a4a07055bccb89 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sun, 11 Dec 2016 11:44:49 +0100 Subject: Renaming short format in container list command to shell for consistency. Signed-off-by: Daniel Baumann --- lib/container/list | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) (limited to 'lib') diff --git a/lib/container/list b/lib/container/list index a21a593..7e27a5f 100755 --- a/lib/container/list +++ b/lib/container/list @@ -118,7 +118,7 @@ List () done ;; - short) + shell) printf "${CONTAINER}\n" ;; esac @@ -139,9 +139,6 @@ ${WHITE} ${NORMAL} Container IPv4 Address(e EOF ;; - - short) - ;; esac CONTAINERS="$(cd "${MACHINES}" 2>/dev/null && find -maxdepth 1 -type d -and -not -name '.container-tools' -and -not -name 'container-tools' -and -not -name 'lost+found' -and -not -name '.snap' -and -not -name '.snapshot' -printf '%P\n' | sort)" @@ -221,7 +218,4 @@ cat << EOF EOF ;; - - short) - ;; esac -- cgit v1.2.3