From 76e0292ce75fbebd7937eccf3c5ebb8e0039df3f Mon Sep 17 00:00:00 2001 From: the-sane <3657071+the-sane@users.noreply.github.com> Date: Mon, 6 Oct 2025 18:18:48 -0400 Subject: [PATCH] Update function comment --- lug-helper.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lug-helper.sh b/lug-helper.sh index 25b0fc5..9df8191 100755 --- a/lug-helper.sh +++ b/lug-helper.sh @@ -1474,6 +1474,8 @@ download_select_install() { # MARK: download_install() # Download and install the selected item. Called by download_select_install() # +# Expects one numerical argument, an index number for the array "download_versions" +# # The following variables are expected to be set before calling this function: # - download_versions (array) # - contributor_url (string)