Skip to content

Commit

Permalink
flags.go: missing space in implicit-dirs usage (GoogleCloudPlatform#229)
Browse files Browse the repository at this point in the history
  • Loading branch information
nafg authored and jacobsa committed May 25, 2017
1 parent acf20a1 commit 1751acb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion flags.go
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ func newApp() (app *cli.App) {

cli.BoolFlag{
Name: "implicit-dirs",
Usage: "Implicitly define directories based on content. See" +
Usage: "Implicitly define directories based on content. See " +
"docs/semantics.md",
},

Expand Down

0 comments on commit 1751acb

Please sign in to comment.