diff --git a/README.md b/README.md index 4ad23fb..95fe63a 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ ![Contributions welcome](https://img.shields.io/badge/contributions-welcome-orange.svg) [![License](https://img.shields.io/badge/license-MIT-blue.svg)](https://opensource.org/licenses/MIT) -

Simplistic yet fancy CPU architecture fetching tool

+

Simple yet fancy CPU architecture fetching tool

  ![cpu1](pictures/i9.png) diff --git a/cpufetch.8 b/cpufetch.8 index 0e34a2e..1ba067d 100644 --- a/cpufetch.8 +++ b/cpufetch.8 @@ -6,7 +6,7 @@ cpufetch \- manual page for cpufetch v0.96 (x86_64 build) .B cpufetch [\fI\,OPTION\/\fR]... .SH DESCRIPTION -Simplistic yet fancy CPU architecture fetching tool +Simple yet fancy CPU architecture fetching tool .SH OPTIONS .TP \fB\-c\fR, \fB\-\-color\fR diff --git a/src/common/main.c b/src/common/main.c index 233322b..f650091 100644 --- a/src/common/main.c +++ b/src/common/main.c @@ -22,7 +22,7 @@ void print_help(char *argv[]) { int max_len = max_arg_str_length(); printf("Usage: %s [OPTION]...\n", argv[0]); - printf("Simplistic yet fancy CPU architecture fetching tool\n\n"); + printf("Simple yet fancy CPU architecture fetching tool\n\n"); printf("Options: \n"); printf(" -%c, --%s %*s Set the color scheme (by default, cpufetch uses the system color scheme)\n", c[ARG_COLOR], t[ARG_COLOR], (int) (max_len-strlen(t[ARG_COLOR])), "");