Removed overwrite option

This commit is contained in:
Fredrik81
2020-03-09 18:53:30 +01:00
parent cb419614cd
commit 2f5fc731bb
5 changed files with 14 additions and 19 deletions

View File

@@ -223,9 +223,9 @@ AVAILABLE_CLI_OPTIONS = {
),
"export_csv": Arg(
'--export-csv',
help='Export to CSV-File. Put + in front of filename to overwrite.'
help='Export to CSV-File.'
' This will disable table print.'
' Example: --export-csv +hyperopt.csv',
' Example: --export-csv hyperopt.csv',
metavar='FILE',
),
"hyperopt_jobs": Arg(