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 e6604fc..a359640 100644
--- a/todo.cpp
+++ b/todo.cpp
@@ -84,7 +84,7 @@ int main(int argc, char *argv[]) {
action = 6;
}else if ( !strcmp( argv[1], "clean") || !strcmp( argv[1], "clear") ) {
action = 7;
- }else if ( !strcmp( argv[1], "clean") ) {
+ }else if ( !strcmp( argv[1], "unchecked") ) {
action = 8;
}else {}
else