On 12.07.2024 15:07, Fouad Hilly wrote: > @@ -79,6 +81,8 @@ static void usage(FILE *stream, const char *name) > "options:\n" > " -h, --help display this help\n" > " -s, --show-cpu-info show CPU information\n" > + " -f, --force skip certain checks; do not use unless > you" > + "know exactly what you are doing\n"
Would this output line perhaps better be wrapped explicitly, to avoid odd wrapping effects on terminals not wider than 80 chars? In any event there's a blank missing at the present source wrapping point. Jan