aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorache <ache@ache.one>2017-04-20 16:46:18 +0200
committerache <ache@ache.one>2017-04-20 16:46:18 +0200
commite7a6f2210d850581837dd6707d09b49a757a5949 (patch)
tree302f24be0b381cca61d14ea54b8c8c7e6b813259
parentNew feature : Todo edit (diff)
New alias for uncheck
-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") ) {