Skip to content

Commit 3d6bb05

Browse files
committed
fix: fix typo in the description of --path option
1 parent 44d8a07 commit 3d6bb05

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/cli/app.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ var App = &cli.App{
2424
Flags: []cli.Flag{
2525
cli.StringSliceFlag{
2626
Name: "path",
27-
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",
27+
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",
2828
EnvVar: "GIT_REMIND_PATHS",
2929
},
3030
},

0 commit comments

Comments
 (0)