Skip to content

Commit e381330

Browse files
committed
State that --path can be used several times
Signed-off-by: Javi Fontan <[email protected]>
1 parent 24b838d commit e381330

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmd/gitquery/query_base.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ import (
1717
type cmdQueryBase struct {
1818
cmd
1919

20-
Path []string `short:"p" long:"path" description:"Path where the git repository is located"`
20+
Path []string `short:"p" long:"path" description:"Path where the git repository is located, can be used several times"`
2121

2222
engine *sqle.Engine
2323
name string

0 commit comments

Comments
 (0)