Skip to content

Commit

Permalink
Change cli help messages
Browse files Browse the repository at this point in the history
  • Loading branch information
larrabee committed Feb 24, 2018
1 parent 383b674 commit 10cc5b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ewn/cli.go
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ type Args struct {
DontDuplicateKey string `arg:"--dont-duplicate-key" help:"Default: --command value"`
Retry int `help:"Retry run N times on fail."`
RetrySleep int `arg:"--retry-sleep" help:"Sleep between retries (seconds)"`
Config string `help:"Path to config file.`
Config string `help:"Path to config file."`
InitConfig bool `help:"Write default config to --config path and exit"`
}

Expand Down

0 comments on commit 10cc5b4

Please sign in to comment.