aboutsummaryrefslogtreecommitdiff
path: root/todo.cpp
diff options
context:
space:
mode:
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 c3fc1f7..fc82331 100755
--- a/todo.cpp
+++ b/todo.cpp
@@ -98,7 +98,7 @@ int main(int argc, char *argv[]) {
action = 2;
}else if ( !strcmp( argv[1], "check") || !strcmp( argv[1], "ck") ) {
action = 3;
- }else if ( !strcmp( argv[1], "uncheck") ) {
+ }else if ( !strcmp( argv[1], "uncheck") || !strcmp( argv[1], "uck") ) {
action = 9;
}else if ( !strcmp( argv[1], "standby") || !strcmp( argv[1], "st")
|| !strcmp( argv[1], "sb") ) {