This commit is contained in:
Vince 2024-05-16 13:29:13 +08:00
parent b732fe3fad
commit ce56cfb5c6

View File

@ -628,7 +628,7 @@ while [[ $# -gt 0 ]]; do
break break
;; ;;
*) *)
prompt -e "ERROR: Unrecognized icon variant '$1'." prompt -e "ERROR: Unrecognized screen variant '$1'."
prompt -i "Try '$0 --help' for more information." prompt -i "Try '$0 --help' for more information."
exit 1 exit 1
;; ;;