Skip to content

Commit

Permalink
help.go: remove redundant newline
Browse files Browse the repository at this point in the history
  • Loading branch information
aviau committed Oct 13, 2018
1 parent 2ba0d2f commit d298b79
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/gopass/internal/cli/command/help/help.go
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ import (

// ExecHelp runs the "help" command.
func ExecHelp(cfg command.Config) error {
fmt.Fprintln(cfg.WriterOutput(), `Usage:
fmt.Fprint(cfg.WriterOutput(), `Usage:
init Initialize a new password store.
ls List passwords.
find List passwords that match a string.
Expand Down

0 comments on commit d298b79

Please sign in to comment.