Push over the Redis URL short-hand option

This commit is contained in:
Luke Murphy 2021-01-16 21:04:16 +01:00
parent 2526ce330d
commit f7aed0d849
No known key found for this signature in database
GPG Key ID: 5E2EF5A63E3718CC

View File

@ -177,7 +177,7 @@ class Bot(ClientXMPP):
"-av", "--avatar", dest="avatar", help="Avatar for the bot account"
)
self.parser.add_argument(
"-r",
"-ru",
"--redis-url",
dest="redis_url",
help="Redis storage connection URL",