From ed07532a97fbfe01ef2b2d855280ca205f850b3c Mon Sep 17 00:00:00 2001 From: Karel Zak Date: Thu, 10 Nov 2022 09:39:47 +0100 Subject: [PATCH] more: update basic command description Fixes: https://github.com/util-linux/util-linux/discussions/1891 Signed-off-by: Karel Zak --- text-utils/more.1.adoc | 2 +- text-utils/more.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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")); -- 2.47.3