summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--listcommands.py3
1 files changed, 1 insertions, 2 deletions
diff --git a/listcommands.py b/listcommands.py
index f93c3d7..8313d26 100644
--- a/listcommands.py
+++ b/listcommands.py
@@ -9,8 +9,7 @@ class ListCommands(object):
}
commands = {
- 'quit' : None, #quit and exit do same thing
- 'exit' : None,
+ 'quit' : None,
'clear' : None,
'set' : ['user'],
'get' : ['user', 'user?', 'host', 'port']