From 83abb2a10527bd07233b15ae0b8c714aab466fe0 Mon Sep 17 00:00:00 2001 From: Ryan Greenup Date: Tue, 14 Jul 2020 07:39:09 +1000 Subject: [PATCH] Tried to do warning --- cadmus | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cadmus b/cadmus index ac39a1e..d87f6f5 100755 --- a/cadmus +++ b/cadmus @@ -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