From: Karel Zak Date: Thu, 10 Nov 2022 08:39:47 +0000 (+0100) Subject: more: update basic command description X-Git-Tag: v2.39-rc1~431 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=ed07532a97fbfe01ef2b2d855280ca205f850b3c;p=thirdparty%2Futil-linux.git more: update basic command description Fixes: https://github.com/util-linux/util-linux/discussions/1891 Signed-off-by: Karel Zak --- diff --git a/text-utils/more.1.adoc b/text-utils/more.1.adoc index 2242c84a70..b2f68427d2 100644 --- a/text-utils/more.1.adoc +++ b/text-utils/more.1.adoc @@ -45,7 +45,7 @@ Copyright (c) 1992 Rik Faith (faith@cs.unc.edu) == NAME -more - file perusal filter for crt viewing +more - display the contents of a file in a terminal == SYNOPSIS diff --git a/text-utils/more.c b/text-utils/more.c index f2cd95e9b3..9b0cf4934b 100644 --- a/text-utils/more.c +++ b/text-utils/more.c @@ -238,7 +238,7 @@ static void __attribute__((__noreturn__)) usage(void) printf(_(" %s [options] ...\n"), program_invocation_short_name); printf("%s", USAGE_SEPARATOR); - printf("%s\n", _("A file perusal filter for CRT viewing.")); + printf("%s\n", _("Display the contents of a file in a terminal.")); printf("%s", USAGE_OPTIONS); printf("%s\n", _(" -d, --silent display help instead of ringing bell"));