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() {
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" ,
You can’t perform that action at this time.
0 commit comments