[PATCH 01/10] colrm: make the wording of the doc string analogous to that of `col`

Benno Schulenberg <[email protected]>
Newsgroups org.kernel.vger.util-linux
Message-ID <[email protected]>
Which allows removing an awkwardly placed and rather redundant sentence.

Signed-off-by: Benno Schulenberg <[email protected]>
---
 text-utils/colrm.c | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/text-utils/colrm.c b/text-utils/colrm.c
index 363d732b6..b1370ac81 100644
--- a/text-utils/colrm.c
+++ b/text-utils/colrm.c
@@ -63,12 +63,10 @@ static void __attribute__((__noreturn__)) usage(void)
 		       program_invocation_short_name);
 
 	fputs(USAGE_SEPARATOR, out);
-	fputs(_("Filter out the specified columns.\n"), out);
+	fputs(_("Filter out the specified columns from standard input.\n"), out);
 
 	fputs(USAGE_OPTIONS, out);
 	fprintf(out, USAGE_HELP_OPTIONS(16));
-	fprintf(out, _("%s reads from standard input and writes to standard output\n\n"),
-		       program_invocation_short_name);
 	fprintf(out, USAGE_MAN_TAIL("colrm(1)"));
 	exit(EXIT_SUCCESS);
 }
-- 
2.48.1
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.