diff options
Diffstat (limited to 'lib/listcommands.py')
-rw-r--r-- | lib/listcommands.py | 2 |
1 files changed, 1 insertions, 1 deletions
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 |