Rename list_all() to list_csv()

pull/140/head
Martin Wimpress 3 years ago committed by Martin Wimpress
parent f542e798c5
commit 6cba256d79
  1. 5
      quickget

@ -60,6 +60,7 @@ function validate_release() {
} }
function list_all() { function list_all() {
function list_csv() {
local DISPLAY_NAME local DISPLAY_NAME
local FUNC local FUNC
local LANG local LANG
@ -820,8 +821,8 @@ languages_windows
if [ -n "${1}" ]; then if [ -n "${1}" ]; then
OS="${1,,}" OS="${1,,}"
if [ "${OS}" == "list" ]; then if [ "${OS}" == "list" ] || [ "${OS}" == "list_csv" ]; then
list_all list_csv
fi fi
else else
echo "ERROR! You must specify an operating system:" echo "ERROR! You must specify an operating system:"

Loading…
Cancel
Save