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