aboutsummaryrefslogtreecommitdiff
path: root/main.c
diff options
context:
space:
mode:
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();
}
-
}
}