From 1451011e86dcbcaba2e43013ee86042ad27dc6b5 Mon Sep 17 00:00:00 2001 From: Santo Cariotti Date: Fri, 21 Jul 2017 11:05:47 +0200 Subject: it accepts only 1 user --- lib/listcommands.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/listcommands.py') diff --git a/lib/listcommands.py b/lib/listcommands.py index 6c7ea65..3f4f3ad 100644 --- a/lib/listcommands.py +++ b/lib/listcommands.py @@ -16,7 +16,7 @@ class ListCommands(object): 'quit' : None, 'clear' : None, 'set' : ['user'], - 'get' : ['i', ['user', 'host', 'port', 'unix_socket_path', 'db'], 'user?'] + 'get' : ['i', ['user', 'host', 'port', 'unix_socket_path', 'db']] } @staticmethod -- cgit v1.2.3-18-g5258