Added some methods to get some CPU Informations
This commit is contained in:
parent
c55e7551b2
commit
e9b8368830
5 changed files with 85 additions and 4 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 your os informations\n");
|
||||
printf("--os-info : shows informations about your os\n");
|
||||
}
|
||||
Reference in a new issue