File tree 1 file changed +10
-2
lines changed
1 file changed +10
-2
lines changed Original file line number Diff line number Diff line change @@ -132,10 +132,18 @@ struct Opts {
132
132
) ]
133
133
command_args : Vec < OsString > ,
134
134
135
- #[ structopt( long = "start" , help = "Left bound for search (*without* regression)" ) ]
135
+ #[ structopt(
136
+ long = "start" ,
137
+ help = "Left bound for search (*without* regression). You can use \
138
+ a date (YYYY-MM-DD), git tag name (e.g. 1.58.0) or git commit SHA."
139
+ ) ]
136
140
start : Option < Bound > ,
137
141
138
- #[ structopt( long = "end" , help = "Right bound for search (*with* regression)" ) ]
142
+ #[ structopt(
143
+ long = "end" ,
144
+ help = "Right bound for search (*with* regression). You can use \
145
+ a date (YYYY-MM-DD), git tag name (e.g. 1.58.0) or git commit SHA."
146
+ ) ]
139
147
end : Option < Bound > ,
140
148
141
149
#[ structopt( long = "by-commit" , help = "Bisect via commit artifacts" ) ]
You can’t perform that action at this time.
0 commit comments