summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorSanto Cariotti <sancn@live.com>2017-07-21 14:45:10 +0200
committerSanto Cariotti <sancn@live.com>2017-07-21 14:45:10 +0200
commitcf14d26e3503549422677e5dffb9e54fdb5a138d (patch)
treeb7294848289e9ecb4f9ef28cb139d0ad07bb4372 /lib
parent6224d8a897c783e10c7e14238f0c84aa82033082 (diff)
fixed info add
Diffstat (limited to 'lib')
-rw-r--r--lib/listcommands.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/listcommands.py b/lib/listcommands.py
index d8c7ad9..a47d8f5 100644
--- a/lib/listcommands.py
+++ b/lib/listcommands.py
@@ -10,7 +10,7 @@ class ListCommands(object):
'info' : 'this is stout',
'set' : ['set a value', 3],
'get' : ['return a value', 3],
- 'add' : 'new TODO',
+ 'add' : ['new TODO',],
'del' : ['del TODO', 2]
}