From f7aed0d84980a239c74c09d32cbe65e7a940946e Mon Sep 17 00:00:00 2001 From: Luke Murphy Date: Sat, 16 Jan 2021 21:04:16 +0100 Subject: [PATCH] Push over the Redis URL short-hand option --- xbotlib.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xbotlib.py b/xbotlib.py index 9c631d1..fcc6e0e 100644 --- a/xbotlib.py +++ b/xbotlib.py @@ -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",