Skip to content

Commit c3dbc95

Browse files
pierrelalanneagateau-gg
authored andcommitted
chore(cli): fix options description
1 parent 7905809 commit c3dbc95

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

cmd/src-fingerprint/main.go

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -101,17 +101,17 @@ func main() {
101101
&cli.BoolFlag{
102102
Name: "include-forked-repos",
103103
Value: false,
104-
Usage: "include forked repositories when possible",
104+
Usage: "include forked repositories. Available for 'github' and 'gitlab' providers.",
105105
},
106106
&cli.BoolFlag{
107107
Name: "include-public-repos",
108108
Value: false,
109-
Usage: "Include fileshas from both public and private repositories if the provider is 'github'",
109+
Usage: "Include fileshas from both public and private repositories. Available for 'github' provider only.",
110110
},
111111
&cli.BoolFlag{
112112
Name: "include-archived-repos",
113113
Value: false,
114-
Usage: "skip archived repositories",
114+
Usage: "Include archived repositories. Available for 'github' provider only.",
115115
},
116116
&cli.StringFlag{
117117
Name: "output",

0 commit comments

Comments
 (0)