[v0.96] Replace "Simplistic" by "Simple" in description

This commit is contained in:
Dr-Noob
2021-04-07 20:06:03 +02:00
parent 41dbb22a20
commit 7916e8cbb4
3 changed files with 3 additions and 3 deletions

View File

@@ -8,7 +8,7 @@
![Contributions welcome](https://img.shields.io/badge/contributions-welcome-orange.svg) ![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) [![License](https://img.shields.io/badge/license-MIT-blue.svg)](https://opensource.org/licenses/MIT)
<h4 align="center">Simplistic yet fancy CPU architecture fetching tool</h4> <h4 align="center">Simple yet fancy CPU architecture fetching tool</h4>
&nbsp; &nbsp;
![cpu1](pictures/i9.png) ![cpu1](pictures/i9.png)

View File

@@ -6,7 +6,7 @@ cpufetch \- manual page for cpufetch v0.96 (x86_64 build)
.B cpufetch .B cpufetch
[\fI\,OPTION\/\fR]... [\fI\,OPTION\/\fR]...
.SH DESCRIPTION .SH DESCRIPTION
Simplistic yet fancy CPU architecture fetching tool Simple yet fancy CPU architecture fetching tool
.SH OPTIONS .SH OPTIONS
.TP .TP
\fB\-c\fR, \fB\-\-color\fR \fB\-c\fR, \fB\-\-color\fR

View File

@@ -22,7 +22,7 @@ void print_help(char *argv[]) {
int max_len = max_arg_str_length(); int max_len = max_arg_str_length();
printf("Usage: %s [OPTION]...\n", argv[0]); 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("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])), ""); 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])), "");