mirror of
https://github.com/Dr-Noob/cpufetch.git
synced 2026-03-24 23:40:39 +01:00
[v0.96] Replace "Simplistic" by "Simple" in description
This commit is contained in:
@@ -8,7 +8,7 @@
|
||||

|
||||
[](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>
|
||||
|
||||
|
||||

|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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])), "");
|
||||
|
||||
Reference in New Issue
Block a user