Renamed 'os_info' to 'sys_info'

This commit is contained in:
netbenixcn 2020-06-03 09:05:07 +02:00
parent e9b8368830
commit acf771ed1d
7 changed files with 17 additions and 17 deletions

View file

@ -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");
}