Fixed #162
This commit is contained in:
parent
73a408e62b
commit
bb3cbf4afb
1 changed files with 2 additions and 2 deletions
|
@ -212,8 +212,8 @@ while [[ "$#" -gt 0 ]]; do
|
|||
break
|
||||
;;
|
||||
*)
|
||||
prompt -e "ERROR: Unrecognized theme variant '$1'."
|
||||
prompt -i "Try '$0 --help' for more information."
|
||||
echo "ERROR: Unrecognized theme variant '$1'."
|
||||
echo "Try '$0 --help' for more information."
|
||||
exit 1
|
||||
;;
|
||||
esac
|
||||
|
|
Loading…
Reference in a new issue