Fix --update-with-info-json message
This commit is contained in:
parent
2f1756dea7
commit
69b15adc62
1 changed files with 1 additions and 1 deletions
|
|
@ -317,7 +317,7 @@ def main() -> List[Tuple[Subscription, FileHandlerTransactionLog]]:
|
||||||
):
|
):
|
||||||
raise ExperimentalFeatureNotEnabled(
|
raise ExperimentalFeatureNotEnabled(
|
||||||
"--update-with-info-json requires setting "
|
"--update-with-info-json requires setting "
|
||||||
"configuration.experimental.update_with_info_json to True. This feature is ",
|
"configuration.experimental.enable_update_with_info_json to True. This feature is ",
|
||||||
"still being tested and has the ability to destroy files. Ensure you have a ",
|
"still being tested and has the ability to destroy files. Ensure you have a ",
|
||||||
"full backup before usage. You have been warned!",
|
"full backup before usage. You have been warned!",
|
||||||
)
|
)
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue