From 7621312f6950b589e3cfb33375fb6c96bcd2e89d Mon Sep 17 00:00:00 2001 From: Ache Date: Fri, 20 May 2016 04:41:47 +0200 Subject: Help fill up --- todo.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'todo.cpp') 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); -- cgit v1.2.3