13 lines
No EOL
356 B
C
13 lines
No EOL
356 B
C
#include <stdlib.h>
|
|
#include <stdio.h>
|
|
|
|
#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\n");
|
|
printf("--sql-test : make a test connection to a mysql server\n");
|
|
printf("--os-info : shows informations about your os\n");
|
|
} |