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 74079c9..04202a4 100644 --- a/lib/listcommands.py +++ b/lib/listcommands.py @@ -13,7 +13,7 @@ class ListCommands(object): 'quit' : None, 'clear' : None, 'set' : ['user'], - 'get' : ['i', ['user', 'host', 'port'], 'user?'] + 'get' : ['i', ['user', 'host', 'port', 'socket_path', 'db'], 'user?'] } @staticmethod |