aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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);