Skip to content

Commit

Permalink
fix: fix typo in the description of --path option
Browse files Browse the repository at this point in the history
  • Loading branch information
suin committed Nov 2, 2018
1 parent 44d8a07 commit 3d6bb05
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/cli/app.go
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ var App = &cli.App{
Flags: []cli.Flag{
cli.StringSliceFlag{
Name: "path",
Usage: "Path patterns of git repositories. If this options is specified, The configuration of `remind.paths` in .gitconfig is ignored. You may specify multiple paths like --path=/path/to/a --path=/path/to/b",
Usage: "the path patterns of git repositories. If this options is specified, the git global configuration of `remind.paths` will be ignored. You may specify multiple paths like --path=/path/to/a --path=/path/to/b",
EnvVar: "GIT_REMIND_PATHS",
},
},
Expand Down

0 comments on commit 3d6bb05

Please sign in to comment.