aboutsummaryrefslogtreecommitdiff
path: root/todo.cpp
diff options
context:
space:
mode:
authorAche <ache@ache.one>2016-05-20 04:41:47 +0200
committerAche <ache@ache.one>2016-05-20 04:41:47 +0200
commit7621312f6950b589e3cfb33375fb6c96bcd2e89d (patch)
tree0469bf2cd966e66b731e9ca2e126f38faf71193c /todo.cpp
parentMakefile update (diff)
Help fill up
Diffstat (limited to 'todo.cpp')
-rw-r--r--todo.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/todo.cpp b/todo.cpp
index 422c96b..e6604fc 100644
--- a/todo.cpp
+++ b/todo.cpp
@@ -90,7 +90,7 @@ int main(int argc, char *argv[]) {
else
action = 0;
if( action == -1 ) {
- cout << "Usage : todo [show,add,remove,check,set]" << endl;
+ cout << "Usage : todo [show,add,remove,check,set,clean/clear,checked,unchecked]" << endl;
} else {
ifstream file(".todo.txt", ios::in);