From 4ce393f4d899d44e1deb8c9e04142011c072b4e0 Mon Sep 17 00:00:00 2001 From: Benno Schulenberg Date: Wed, 29 May 2013 21:52:56 +0200 Subject: textual: fix several typos and angular brackets in messages Signed-off-by: Benno Schulenberg --- text-utils/column.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'text-utils/column.c') diff --git a/text-utils/column.c b/text-utils/column.c index 2649fecee..e29ea473a 100644 --- a/text-utils/column.c +++ b/text-utils/column.c @@ -89,13 +89,13 @@ static void __attribute__((__noreturn__)) usage(int rc) FILE *out = rc == EXIT_FAILURE ? stderr : stdout; fputs(USAGE_HEADER, out); - fprintf(out, _(" %s [options] [file ...]\n"), program_invocation_short_name); + fprintf(out, _(" %s [options] [...]\n"), program_invocation_short_name); fputs(USAGE_OPTIONS, out); fputs(_(" -c, --columns width of output in number of characters\n"), out); fputs(_(" -t, --table create a table\n"), out); fputs(_(" -s, --separator possible table delimiters\n"), out); - fputs(_(" -o, --output-separator \n"), out); - fputs(_(" table output column separator, default is two spaces\n"), out); + fputs(_(" -o, --output-separator \n" + " columns separator for table output; default is two spaces\n"), out); fputs(_(" -x, --fillrows fill rows before columns\n"), out); fputs(USAGE_SEPARATOR, out); fputs(USAGE_HELP, out); -- cgit v1.2.3-55-g7522