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

|

|
||||||
[](https://opensource.org/licenses/MIT)
|
[](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
|
.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
|
||||||
|
|||||||
@@ -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])), "");
|
||||||
|
|||||||
Reference in New Issue
Block a user