unified language

This commit is contained in:
Yazeed Al Oyoun 2020-03-23 11:17:56 +01:00
parent 7143cac64f
commit 0a87fe76a3
1 changed files with 1 additions and 1 deletions

View File

@ -456,7 +456,7 @@ AVAILABLE_CLI_OPTIONS = {
), ),
"hyperopt_list_max_avg_time": Arg( "hyperopt_list_max_avg_time": Arg(
'--max-avg-time', '--max-avg-time',
help='Select epochs under average time.', help='Select epochs below average time.',
type=float, type=float,
metavar='FLOAT', metavar='FLOAT',
), ),