1
0
mirror of https://github.com/RyanGreenup/cadmus.git synced 2025-08-20 21:01:33 +02:00

Tried to do warning

This commit is contained in:
Ryan Greenup
2020-07-14 07:39:09 +10:00
parent 72c71eb99c
commit 83abb2a105

4
cadmus
View File

@@ -86,9 +86,9 @@ arguments () {
;;
preview) echo "begin preview"
;;
--*) echo "bad option $1"
--*) >&2 echo "bad option $1"
;;
*) echo -e "argument \e[1;35m${1}\e[0m has no definition."
*) >&2 echo -e "argument \e[1;35m${1}\e[0m has no definition."
;;
esac
shift