We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 24b838d commit e381330Copy full SHA for e381330
cmd/gitquery/query_base.go
@@ -17,7 +17,7 @@ import (
17
type cmdQueryBase struct {
18
cmd
19
20
- Path []string `short:"p" long:"path" description:"Path where the git repository is located"`
+ Path []string `short:"p" long:"path" description:"Path where the git repository is located, can be used several times"`
21
22
engine *sqle.Engine
23
name string
0 commit comments