Added MySQL Test Connection Feature
This commit is contained in:
parent
8e1af27309
commit
b0084cf9ae
13 changed files with 87 additions and 55 deletions
|
|
@ -1,13 +1,5 @@
|
|||
#ifdef _WIN32 || _WIN64
|
||||
#include <windows.h>
|
||||
#include <stdio.h>
|
||||
#endif
|
||||
|
||||
#ifdef linux
|
||||
#include <stdlib.h>
|
||||
#include <stdio.h>
|
||||
#define OS "LINUX"
|
||||
#endif
|
||||
|
||||
#include "help.h"
|
||||
|
||||
|
|
@ -15,6 +7,7 @@ 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("--gtk-test : opens the gtk test\n");
|
||||
printf("--sql-test : make a test connection to a mysql server\n");
|
||||
printf("--os-info : shows your os informations\n");
|
||||
}
|
||||
Reference in a new issue