transfer time, case insensitive

This commit is contained in:
Q
2020-04-29 15:51:02 +03:00
parent b08b2fac78
commit 9292cfaa00
2 changed files with 13 additions and 9 deletions

View File

@@ -300,7 +300,9 @@ for (( i=1; i<=$#; i++ )); do
opts+=( "$value" )
done
if [[ "${#opts[@]}" -eq 0 ]]; then
_help
fi
select_option "${opts[@]}"
exit $?
}