summaryrefslogtreecommitdiff
path: root/lib/listcommands.py
diff options
context:
space:
mode:
authorSanto Cariotti <sancn@live.com>2017-07-21 11:05:47 +0200
committerSanto Cariotti <sancn@live.com>2017-07-21 11:05:47 +0200
commit1451011e86dcbcaba2e43013ee86042ad27dc6b5 (patch)
treeb31dd291bf6c5e41a237ad853e66ba2363a6035a /lib/listcommands.py
parent99d5a8a7c7f86725d772f19e007c24e9f1397740 (diff)
it accepts only 1 user
Diffstat (limited to 'lib/listcommands.py')
-rw-r--r--lib/listcommands.py2
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