aboutsummaryrefslogtreecommitdiff
path: root/main.c
diff options
context:
space:
mode:
authorache <ache@ache.one>2018-01-04 14:28:54 +0100
committerache <ache@ache.one>2018-01-04 14:28:54 +0100
commit177332f74da967369758199c67a9fb5851ab6fde (patch)
tree7744893e0978c7e5ffbf7e4ec3b29cfdfa430e94 /main.c
parentMode debug (diff)
Help menu
Diffstat (limited to 'main.c')
-rwxr-xr-xmain.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/main.c b/main.c
index a6f20c8..491abcb 100755
--- a/main.c
+++ b/main.c
@@ -216,6 +216,7 @@ int main(int argc, char* argv[]){
printmenu(&menu);
printTagInfoHeader();
+ printHelp();
move(1,COLS/2);
vline( ACS_VLINE, LINES-2) ;