mirror of
https://github.com/oSoWoSo/DistroHopper.git
synced 2024-08-14 22:46:53 +00:00
Rename list_all() to list_csv()
This commit is contained in:
parent
f542e798c5
commit
6cba256d79
1 changed files with 3 additions and 2 deletions
5
quickget
5
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:"
|
||||
|
|
Loading…
Reference in a new issue