From 3b7f50d3d575caa018a43cb081560f36c26d6c99 Mon Sep 17 00:00:00 2001 From: zen0bit Date: Mon, 29 Apr 2024 12:23:40 +0200 Subject: [PATCH] fix: correct help_message() for -ca -ua; make OS optional --- quickget | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/quickget b/quickget index 6dba6c3..f23dc15 100755 --- a/quickget +++ b/quickget @@ -3367,9 +3367,9 @@ Arguments: --help (-h) : Show this help message -------------- For testing & development --------------------- --url (-u) [ed] : Show download URL for an OS release/edition - --url-all (-ua) : Show all download URLs for an OS + --url-all (-ua) [os] : Show all download URLs [for an OS] --check (-c) [re] [ed] : Check download an OS release/edition is available - --check-all (-ca) : Check all downloads for an OS are available + --check-all (-ca) [os] : Check all downloads [for an OS] are available --list (-l) : List all supported systems in plain text --list-csv (-lc) : List all supported systems in csv format --list-json (-lj) : List all supported systems in json format