mirror of
https://git.anonymousland.org/anonymousland/synapse-product.git
synced 2024-12-17 22:54:23 -05:00
Update --database-path metavar to SQLITE_DATABASE_PATH
This commit is contained in:
parent
dfc46c6220
commit
5e7a90316d
@ -37,7 +37,7 @@ class DatabaseConfig(Config):
|
|||||||
db_group = parser.add_argument_group("database")
|
db_group = parser.add_argument_group("database")
|
||||||
db_group.add_argument(
|
db_group.add_argument(
|
||||||
"-d", "--database-path", default="homeserver.db",
|
"-d", "--database-path", default="homeserver.db",
|
||||||
help="The database name."
|
metavar="SQLITE_DATABASE_PATH", help="The database name."
|
||||||
)
|
)
|
||||||
db_group.add_argument(
|
db_group.add_argument(
|
||||||
"--event-cache-size", default="100K",
|
"--event-cache-size", default="100K",
|
||||||
|
Loading…
Reference in New Issue
Block a user