Skip to content

Commit

Permalink
Help and usage is written to STDERR instead of STDOUT.
Browse files Browse the repository at this point in the history
  • Loading branch information
nathan-osman committed Dec 12, 2015
1 parent b13a737 commit c01eb2a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions main.go
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,6 @@ func main() {
encryptCommand,
decryptCommand,
}
app.Writer = os.Stderr
app.Run(os.Args)
}

0 comments on commit c01eb2a

Please sign in to comment.