diff options
author | Santo Cariotti <sancn@live.com> | 2017-07-20 16:44:05 +0200 |
---|---|---|
committer | Santo Cariotti <sancn@live.com> | 2017-07-20 16:44:05 +0200 |
commit | 8969490de9e77c1db842d0e5a33be3d82763f9c6 (patch) | |
tree | ea13a2d02bfe6afe09b84bf70688720e2a0a2ae1 /lib/listcommands.py | |
parent | 3a8127c40245dc9af4da5173b576d872dc0973b1 (diff) |
get info is better than before
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 04202a4..2d90cea 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', 'socket_path', 'db'], 'user?'] + 'get' : ['i', ['user', 'host', 'port', 'unix_socket_path', 'db'], 'user?'] } @staticmethod |