diff --git a/README.md b/README.md index 22d63cf..ed91942 100644 --- a/README.md +++ b/README.md @@ -99,7 +99,7 @@ Containers with updates available: 03) whoogle-search Choose what containers to update: -Enter number(s) separated by comma or ranges (e.g. 1-2,4-5), [a] for all - [q] to quit: 1-2 +Enter number(s) separated by comma or range(s) (e.g. 1-2,4-5), [a] for all - [q] to quit: 1-2 ``` Then it proceeds to run `pull` and `up -d` on every container with updates. diff --git a/dockcheck.sh b/dockcheck.sh index 27c0b83..3502810 100755 --- a/dockcheck.sh +++ b/dockcheck.sh @@ -229,7 +229,7 @@ self_update() { choosecontainers() { while [[ -z "${ChoiceClean:-}" ]]; do - read -r -p "Enter number(s) separated by comma or ranges (e.g. 1-2,4-5), [a] for all - [q] to quit: " Choice + read -r -p "Enter number(s) separated by comma or range(s) (e.g. 1-2,4-5), [a] for all - [q] to quit: " Choice if [[ "$Choice" =~ [qQnN] ]]; then [[ -n "${BackupForDays:-}" ]] && remove_backups exit 0