Skip to content

Commit

Permalink
remade quickget help
Browse files Browse the repository at this point in the history
  • Loading branch information
zen0bit committed Dec 21, 2023
1 parent d7be2c6 commit adff241
Showing 1 changed file with 11 additions and 6 deletions.
17 changes: 11 additions & 6 deletions quickget
Original file line number Diff line number Diff line change
Expand Up @@ -3401,15 +3401,20 @@ else
os_support
echo "
You can also use this arguments:
Only show ISO download URL
--show-iso-url / -u {distro} {release} [edition]
Test if ISO is available
--test-iso-url / -t {distro} {release} [edition]
Open distro homepage
--open-distro-homepage / -o {distro}
Only show distro homepage link
--show-distro-homepage / -s {distro}"
exit 1
else
echo "ERROR! You must specify an operating system."
echo -n " - Operating Systems: "
os_support
echo "
You can also use these arguments
--show-iso-url / -s <distro> <release> <edition> : Show ISO download link
--test-iso-url / -t <distro> <release> <edition> : Test if ISO is available
--open-distro-homepage / -o <distro> : Open distro homepage
--show-distro-homepage / -s <distro> : Show distro homepage link"
exit 1
fi

if [[ ! $(os_support) =~ ${OS} ]]; then
Expand Down

0 comments on commit adff241

Please sign in to comment.