aboutsummaryrefslogtreecommitdiff
path: root/todo.cpp
diff options
context:
space:
mode:
authorache <ache@ache.one>2017-01-20 04:54:27 +0100
committerache <ache@ache.one>2017-01-20 04:54:27 +0100
commit471cf6642c17b01adbaf2df00301da5cea95bbb1 (patch)
treed0d2d112e944df779ea65c6ac2bdb7831aed8c7b /todo.cpp
parentNew aliases (diff)
Edit HelpString
Diffstat (limited to 'todo.cpp')
-rwxr-xr-xtodo.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/todo.cpp b/todo.cpp
index e7ad895..b0a8df6 100755
--- a/todo.cpp
+++ b/todo.cpp
@@ -125,7 +125,7 @@ int main(int argc, char *argv[]) {
else
action = 0;
if( action == -1 ) {
- cout << "Usage : todo [show,add,remove,check/uncheck,set,clean/clear,checked,unchecked/todo]" << endl;
+ cout << "Usage : todo [show,add,remove,check,uncheck,set,clean|clear|cl,checked,unchecked,todo]" << endl;
} else {
ifstream file(".todo.txt", ios::in);