fix absent message error
This commit is contained in:
parent
bfec14ce4d
commit
ef2be37e23
1 changed files with 1 additions and 1 deletions
2
mal.d
2
mal.d
|
@ -133,7 +133,7 @@ main(string[] args)
|
||||||
}
|
}
|
||||||
|
|
||||||
enforceDie(message || messageFile,
|
enforceDie(message || messageFile,
|
||||||
"email messsage has to be provided through -M or -m");
|
"a message has to be provided with -M or -m");
|
||||||
enforceDie(!(message && messageFile),
|
enforceDie(!(message && messageFile),
|
||||||
"flags -M and -m cannot both be supplied in one invocation");
|
"flags -M and -m cannot both be supplied in one invocation");
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue