aboutsummaryrefslogtreecommitdiff
path: root/main.c
diff options
context:
space:
mode:
authorache <ache@ache.one>2019-02-14 02:25:10 +0100
committerache <ache@ache.one>2019-02-14 02:25:10 +0100
commit88e23fe50959ccc3e0321fa5983cb8b40bd804af (patch)
treede16bee6d8b3761c8c4f2c07a04aff237897b334 /main.c
parentTodo things (diff)
Runtime help
Diffstat (limited to 'main.c')
-rw-r--r--main.c5
1 files changed, 4 insertions, 1 deletions
diff --git a/main.c b/main.c
index d846674..6f97326 100644
--- a/main.c
+++ b/main.c
@@ -351,6 +351,10 @@ int main(int argc, char* argv[]){
showContactListW();
}
break;
+ case 'h':
+ runtimeHelp();
+ resize();
+ break;
case 'i':
case 's': {
char* number = NULL;
@@ -416,7 +420,6 @@ edit:
unlink( fileName );
resize();
}
-
}
}