[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

@@ -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])), "");