Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
t-matsuo committed Sep 26, 2021
1 parent 4d53ca6 commit 63c200a
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 @@ -75,7 +75,7 @@ func showHelp() {
fmt.Println("")
fmt.Println("Options:")
fmt.Println(" -m --merge : Merge RUN mode (cannot use -s option)")
fmt.Println(" -s --split : Split RUN mode (cannot use -m options")
fmt.Println(" -s --split : Split RUN mode (cannot use -m option)")
fmt.Println(" -i --include : Include another Dockerfile")
fmt.Println(" -d --debug : Print debug messages")
fmt.Println(" --version : Show version number")
Expand Down

0 comments on commit 63c200a

Please sign in to comment.