From: Karel Zak Date: Thu, 27 Mar 2025 09:58:24 +0000 (+0100) Subject: more: improve help readability X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=477752620c9826ce9b568045f3184d04464ff67e;p=thirdparty%2Futil-linux.git more: improve help readability The internal help can be printed within the current content. In this case, it's hard to see where the help starts. Add a separator to make it easier to read. Signed-off-by: Karel Zak --- diff --git a/text-utils/more.c b/text-utils/more.c index a035591af..92b257046 100644 --- a/text-utils/more.c +++ b/text-utils/more.c @@ -1545,6 +1545,7 @@ static char *find_editor(void) static void runtime_usage(void) { + print_separator('-', 79); fputs(_("Most commands optionally preceded by integer argument k. " "Defaults in brackets.\n" "Star (*) indicates argument becomes new default.\n"), stdout);