Skip to content

Commit

Permalink
Updates CPU family supported printout.
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinlekiller authored Aug 28, 2021
1 parent ef95eb6 commit ece4554
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions amdctl.c
Original file line number Diff line number Diff line change
Expand Up @@ -431,8 +431,8 @@ void checkFamily() {
void usage() {
printf("WARNING: This software can damage your CPU, use with caution.\n");
printf("Tool for under/over clocking/volting AMD CPU's.\n");
printf("Supported AMD CPU families: 10h,11h,12h,15h,16h\n");
printf("These AMD CPU families are unsupported: 13h,14h,17h, anything older than 10h or newer than 17h\n");
printf("Supported AMD CPU families: 10h,11h,12h,15h,16h,17h\n");
printf("These AMD CPU families are unsupported: 13h,14h,19h, anything older than 10h or newer than 19h\n");
printf("Usage:\n");
printf("amdctl [options]\n");
printf(" -g Get P-State information.\n");
Expand Down

0 comments on commit ece4554

Please sign in to comment.