clarified usage

This commit is contained in:
Stephen McQuay 2016-04-17 17:56:58 -07:00
parent dbc1c856ed
commit fb70402c69
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@ import (
func main() { func main() {
if len(os.Args) < 2 { if len(os.Args) < 2 {
fmt.Fprintf(os.Stderr, "usage: mailchk <email>\n") fmt.Fprintf(os.Stderr, "usage: mailchk <email> [<email>, ...]\n")
os.Exit(1) os.Exit(1)
} }