diff --git a/quickget b/quickget index 85dc66a..c5ed34a 100755 --- a/quickget +++ b/quickget @@ -3559,6 +3559,10 @@ case "${1}" in '--list'|'-l') time list_supported ;; + '--list-urls'|'-lu') + shift + time list_isos + ;; esac if [ -n "${1}" ]; then