From ecd56591b699f7f8d561a072a937fdedea9acd17 Mon Sep 17 00:00:00 2001
From: tteckster <tteckster@gmail.com>
Date: Sun, 29 Jan 2023 02:41:12 -0500
Subject: [PATCH] Update update-lxcs.sh

tweak
---
 misc/update-lxcs.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/misc/update-lxcs.sh b/misc/update-lxcs.sh
index 80bd78cc..a47b3f08 100644
--- a/misc/update-lxcs.sh
+++ b/misc/update-lxcs.sh
@@ -51,7 +51,7 @@ function update_container() {
   fi
 }
 header_info
-read -p "Skip stopped containers? " -n 1 -r
+read -p "Skip stopped containers? [y/N]" -n 1 -r
 echo
 if [[ ! $REPLY =~ ^[Yy]$ ]]; then
   skip=no