From 26774bde57566cbe1898eadecc3d0c72853b4ed7 Mon Sep 17 00:00:00 2001 From: zenobit Date: Sat, 28 Oct 2023 17:12:36 +0200 Subject: [PATCH] quickget with no argumets show also new commands --- quickget | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/quickget b/quickget index 9adb329..44e8532 100755 --- a/quickget +++ b/quickget @@ -2596,6 +2596,14 @@ else echo "ERROR! You must specify an operating system." echo -n " - Operating Systems: " os_support + echo " + You can also use this arguments: + Only show ISO download URL + --show-iso-url / -s {distro} {release} [edition] + Test if ISO is available + --test-iso-url / -t {distro} {release} [edition] + Open distro homepage + --open-distro-homepage / -o {distro}" exit 1 fi