Added Help to the help
This commit is contained in:
parent
70add94920
commit
1d050f4808
12 changed files with 15 additions and 9 deletions
|
|
@ -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");
|
||||
}
|
||||
Reference in a new issue