Skip to content

Commit 2d3bf02

Browse files
committed
No format used here
1 parent 9bf2c48 commit 2d3bf02

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

main.go

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -147,9 +147,9 @@ func (cli *CLI) Run(_args []string) int {
147147
}
148148

149149
if len(args) < 2 {
150-
fmt.Fprintf(cli.errStream, "Usage git gsub [options] FROM TO [PATHS]\n")
151-
fmt.Fprintf(cli.errStream, "\nOptions:\n")
152-
fmt.Fprintf(cli.errStream, flag.CommandLine.FlagUsages())
150+
fmt.Fprint(cli.errStream, "Usage git gsub [options] FROM TO [PATHS]\n")
151+
fmt.Fprint(cli.errStream, "\nOptions:\n")
152+
fmt.Fprint(cli.errStream, flag.CommandLine.FlagUsages())
153153
return 1
154154
}
155155

0 commit comments

Comments
 (0)