quickget with no argumets show also new commands

This commit is contained in:
zenobit 2023-10-28 17:12:36 +02:00 committed by Martin Wimpress
parent 5ffd8c0626
commit 26774bde57

View File

@ -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