From a38dc987cac340d401141438d3b6c6a308838c73 Mon Sep 17 00:00:00 2001 From: Pádraig Brady Date: Wed, 26 Sep 2012 22:20:07 +0100 Subject: column: clarify the --separator option Indicate that the string is a set, which also clarifies that it's only significant when parsing the input. --- text-utils/column.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'text-utils/column.c') diff --git a/text-utils/column.c b/text-utils/column.c index 7eea66aa5..d23097915 100644 --- a/text-utils/column.c +++ b/text-utils/column.c @@ -97,7 +97,7 @@ static void __attribute__((__noreturn__)) usage(int rc) " -V, --version output version information and exit\n" " -c, --columns width of output in number of characters\n" " -t, --table create a table\n" - " -s, --separator table delimiter\n" + " -s, --separator possible table delimiters\n" " -x, --fillrows fill rows before columns\n")); fprintf(out, _("\nFor more information see column(1).\n")); -- cgit v1.2.3-55-g7522