znotif: missing options

This commit is contained in:
zawz 2020-04-14 11:33:28 +02:00
parent 4ac08bac04
commit 40d5db4c09

View file

@ -54,6 +54,8 @@ do
message=$OPTARG message=$OPTARG
_opt_m=y _opt_m=y
;; ;;
T) title="$OPTARG" ;;
t) _arg_t="$OPTARG" ;;
\?) \?)
echo "Uknown option: $OPTARG" echo "Uknown option: $OPTARG"
usage usage