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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -63,7 +63,7 @@ optional arguments:
`jsongz`).
--trading-mode {spot,margin,futures}
Select Trading mode
--prepend Allow data prepending.
--prepend Allow data prepending. (Data-appending is disabled)
Common arguments:
-v, --verbose Verbose mode (-vv for more, -vvv to get all messages).

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(