Added some methods to get some CPU Informations

This commit is contained in:
netbenixcn 2020-06-03 08:51:12 +02:00
parent c55e7551b2
commit e9b8368830
5 changed files with 85 additions and 4 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 your os informations\n");
printf("--os-info : shows informations about your os\n");
}