Skip to content

Commit

Permalink
cleanup up fmt.go help message typo
Browse files Browse the repository at this point in the history
Signed-off-by: Guangming Wang <guangming.wang@daocloud.io>
  • Loading branch information
ethan authored and ashutosh-narkar committed Aug 11, 2019
1 parent eec942f commit 379b9bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/fmt.go
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ instead of printing to stdout.
If the '-d' option is supplied, the 'fmt' command will output a diff between the
original and formatted source.
If the '-l' option is suppled, the 'fmt' command will output the names of files
If the '-l' option is supplied, the 'fmt' command will output the names of files
that would change if formatted. The '-l' option will suppress any other output
to stdout from the 'fmt' command.`,
Run: func(cmd *cobra.Command, args []string) {
Expand Down

0 comments on commit 379b9bd

Please sign in to comment.