Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
x-color committed May 16, 2021
1 parent b0dea61 commit c8b8749
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ func parseArgs(args []string) (argument, error) {
flags := flag.NewFlagSet(args[0], flag.ExitOnError)
flags.StringVar(&arg.output, "o", "", "File name. Write to file instead of stdout")
flags.Usage = func() {
fmt.Fprintf(os.Stdout, "cfn-doc is a tool for generating document of CloudFormation template.\n\n")
fmt.Fprintf(os.Stdout, "cfn-doc is a tool for generating a document of CloudFormation template.\n\n")
fmt.Fprintf(os.Stdout, "Usage: \n")
fmt.Fprintf(os.Stdout, " cfn-doc [OPTION] <TEMPLATE FILE>\n\n")
fmt.Fprintf(os.Stdout, "Options: \n")
Expand Down

0 comments on commit c8b8749

Please sign in to comment.