improve usage message
This commit is contained in:
parent
4f3fe35990
commit
3f6315e706
1 changed files with 1 additions and 1 deletions
2
mal.d
2
mal.d
|
@ -127,7 +127,7 @@ main(string[] args)
|
||||||
stderr.writeln(
|
stderr.writeln(
|
||||||
`usage: mal [-ksV] [-a server] [-F fqdn] [-H header] [-n name]
|
`usage: mal [-ksV] [-a server] [-F fqdn] [-H header] [-n name]
|
||||||
[-P passphrase] [-p port] [-S subject] [-t toaddress]
|
[-P passphrase] [-p port] [-S subject] [-t toaddress]
|
||||||
[-u username] {-M messagefile | -m message} fromaddress`);
|
[-u user] {-M file | -m message} fromaddress`);
|
||||||
return 1;
|
return 1;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue