From 32b035f1a24d0f1e5194913c034f947db6046c3f Mon Sep 17 00:00:00 2001 From: Dr-Noob Date: Fri, 9 Apr 2021 10:50:10 +0200 Subject: [PATCH] [v0.96] Fix typo as noticed by #70 --- cpufetch.8 | 4 ++-- src/common/main.c | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/cpufetch.8 b/cpufetch.8 index 1ba067d..761c6f9 100644 --- a/cpufetch.8 +++ b/cpufetch.8 @@ -51,9 +51,9 @@ Old cpufetch style * "legacy": Fallback style for terminals that do not support colors .SH "EXAMPLES:" -Run peakperf with Intel color scheme: +Run cpufetch with Intel color scheme: \&./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 .SH "BUGS:" Report bugs to https://github.com/Dr\-Noob/cpufetch/issues diff --git a/src/common/main.c b/src/common/main.c index f650091..f36dd93 100644 --- a/src/common/main.c +++ b/src/common/main.c @@ -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");