docs: use includes for command help output

This commit is contained in:
Matthias
2025-01-06 13:51:56 +01:00
parent fc9ea6d153
commit 96490b7b7a
43 changed files with 1623 additions and 1322 deletions
+12
View File
@@ -0,0 +1,12 @@
```
usage: freqtrade convert-db [-h] [--db-url PATH] [--db-url-from PATH]
options:
-h, --help show this help message and exit
--db-url PATH Override trades database URL, this is useful in custom
deployments (default: `sqlite:///tradesv3.sqlite` for
Live Run mode, `sqlite:///tradesv3.dryrun.sqlite` for
Dry Run).
--db-url-from PATH Source db url to use when migrating a database.
```