mirror of
https://github.com/Dr-Noob/cpufetch
synced 2025-09-01 14:55:09 +00:00
[v0.96] Fix typo as noticed by #70
This commit is contained in:
@@ -51,9 +51,9 @@ Old cpufetch style
|
|||||||
* "legacy":
|
* "legacy":
|
||||||
Fallback style for terminals that do not support colors
|
Fallback style for terminals that do not support colors
|
||||||
.SH "EXAMPLES:"
|
.SH "EXAMPLES:"
|
||||||
Run peakperf with Intel color scheme:
|
Run cpufetch with Intel color scheme:
|
||||||
\&./cpufetch \fB\-\-color\fR intel
|
\&./cpufetch \fB\-\-color\fR intel
|
||||||
Run peakperf with a custom color scheme:
|
Run cpufetch with a custom color scheme:
|
||||||
\&./cpufetch \fB\-\-color\fR 239,90,45:210,200,200:100,200,45:0,200,200
|
\&./cpufetch \fB\-\-color\fR 239,90,45:210,200,200:100,200,45:0,200,200
|
||||||
.SH "BUGS:"
|
.SH "BUGS:"
|
||||||
Report bugs to https://github.com/Dr\-Noob/cpufetch/issues
|
Report bugs to https://github.com/Dr\-Noob/cpufetch/issues
|
||||||
|
@@ -50,9 +50,9 @@ void print_help(char *argv[]) {
|
|||||||
printf(" * \"legacy\": Fallback style for terminals that do not support colors\n");
|
printf(" * \"legacy\": Fallback style for terminals that do not support colors\n");
|
||||||
|
|
||||||
printf("\nEXAMPLES: \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(" ./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(" ./cpufetch --color 239,90,45:210,200,200:100,200,45:0,200,200\n");
|
||||||
|
|
||||||
printf("\nBUGS: \n");
|
printf("\nBUGS: \n");
|
||||||
|
Reference in New Issue
Block a user