From 6cba256d7984a5f4d7f83946f412e288b0e6f5e8 Mon Sep 17 00:00:00 2001 From: Martin Wimpress Date: Wed, 20 Oct 2021 00:35:00 +0100 Subject: [PATCH] Rename list_all() to list_csv() --- quickget | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/quickget b/quickget index 2cb7eb8..52917a5 100755 --- a/quickget +++ b/quickget @@ -60,6 +60,7 @@ function validate_release() { } function list_all() { +function list_csv() { local DISPLAY_NAME local FUNC local LANG @@ -820,8 +821,8 @@ languages_windows if [ -n "${1}" ]; then OS="${1,,}" - if [ "${OS}" == "list" ]; then - list_all + if [ "${OS}" == "list" ] || [ "${OS}" == "list_csv" ]; then + list_csv fi else echo "ERROR! You must specify an operating system:"