From 4cee4d3d63694af1dbd1121cd13c079a4d0f1f53 Mon Sep 17 00:00:00 2001 From: Martin Wimpress Date: Mon, 21 Feb 2022 17:34:30 +0000 Subject: [PATCH] Make listing supported OSs consistent with releases and editions --- quickget | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/quickget b/quickget index d639036..0bb7c18 100755 --- a/quickget +++ b/quickget @@ -1835,7 +1835,8 @@ if [ -n "${1}" ]; then exit 0 fi else - echo "ERROR! You must specify an operating system:" + echo "ERROR! You must specify an operating system." + echo -n " - Operating Systems: " os_support exit 1 fi