Update --prepend help string

closes #7290
This commit is contained in:
Matthias
2022-08-25 17:03:41 +02:00
committed by GitHub
parent f2a356a80c
commit 1fd223c815
2 changed files with 2 additions and 2 deletions

View File

@@ -455,7 +455,7 @@ AVAILABLE_CLI_OPTIONS = {
),
"prepend_data": Arg(
'--prepend',
help='Allow data prepending.',
help='Allow data prepending. (Data-appending is disabled)',
action='store_true',
),
"erase": Arg(