File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -101,17 +101,17 @@ func main() {
101
101
& cli.BoolFlag {
102
102
Name : "include-forked-repos" ,
103
103
Value : false ,
104
- Usage : "include forked repositories when possible " ,
104
+ Usage : "include forked repositories. Available for 'github' and 'gitlab' providers. " ,
105
105
},
106
106
& cli.BoolFlag {
107
107
Name : "include-public-repos" ,
108
108
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. " ,
110
110
},
111
111
& cli.BoolFlag {
112
112
Name : "include-archived-repos" ,
113
113
Value : false ,
114
- Usage : "skip archived repositories" ,
114
+ Usage : "Include archived repositories. Available for 'github' provider only. " ,
115
115
},
116
116
& cli.StringFlag {
117
117
Name : "output" ,
You can’t perform that action at this time.
0 commit comments