[v0.96] Fix typo as noticed by #70

This commit is contained in:
Dr-Noob
2021-04-09 10:50:10 +02:00
parent 8bb65e0cc0
commit 32b035f1a2
2 changed files with 4 additions and 4 deletions

View File

@@ -50,9 +50,9 @@ void print_help(char *argv[]) {
printf(" * \"legacy\": Fallback style for terminals that do not support colors\n");
printf("\nEXAMPLES: \n");
printf(" Run peakperf with Intel color scheme:\n");
printf(" Run cpufetch with Intel color scheme:\n");
printf(" ./cpufetch --color intel\n");
printf(" Run peakperf with a custom color scheme:\n");
printf(" Run cpufetch with a custom color scheme:\n");
printf(" ./cpufetch --color 239,90,45:210,200,200:100,200,45:0,200,200\n");
printf("\nBUGS: \n");