Renamed 'os_info' to 'sys_info'
This commit is contained in:
parent
e9b8368830
commit
acf771ed1d
7 changed files with 17 additions and 17 deletions
|
|
@ -9,5 +9,5 @@ void outputHelp(){
|
|||
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");
|
||||
printf("--sys-info : shows informations about your system\n");
|
||||
}
|
||||
Reference in a new issue