Skip to content

Commit

Permalink
Allow bs flag
Browse files Browse the repository at this point in the history
  • Loading branch information
tobiasmuehl authored Jun 2, 2017
1 parent 9e70164 commit 80cf609
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cmd/cmd.go
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ func Go() {
// override defaults from cli flags
flag.StringVar(&smtpAddr, "smtp-addr", smtpAddr, "SMTP server address")
flag.StringVarP(&fromAddr, "from", "f", fromAddr, "SMTP sender")
flag.BoolP("long-bs", "bs", true, "Ignored. This flag exists for sendmail compatibility.")
flag.BoolP("long-i", "i", true, "Ignored. This flag exists for sendmail compatibility.")
flag.BoolP("long-o", "o", true, "Ignored. This flag exists for sendmail compatibility.")
flag.BoolP("long-t", "t", true, "Ignored. This flag exists for sendmail compatibility.")
Expand Down

0 comments on commit 80cf609

Please sign in to comment.