Added Help to the help

This commit is contained in:
netbenixcn 2020-06-02 12:05:14 +02:00
parent 70add94920
commit 1d050f4808
12 changed files with 15 additions and 9 deletions

View file

@ -12,5 +12,9 @@
#include "help.h"
void outputHelp(){
printf("usage: netbenixCMD [option]\n");
printf("Options:\n");
printf("--help : this help page\n");
printf("--gtk-test : opens the gtk test ; LINUX ONLY\n");
printf("--os-info : shows your os informations\n");
}