summaryrefslogtreecommitdiffstats
path: root/text-utils/column.c
diff options
context:
space:
mode:
authorPádraig Brady2012-09-26 23:20:07 +0200
committerKarel Zak2012-10-02 10:24:55 +0200
commita38dc987cac340d401141438d3b6c6a308838c73 (patch)
tree5bae551a6c595223f24240e4aba0dcdef0b2b5f3 /text-utils/column.c
parentcolumn: make defined separator to be non-greedy (diff)
downloadkernel-qcow2-util-linux-a38dc987cac340d401141438d3b6c6a308838c73.tar.gz
kernel-qcow2-util-linux-a38dc987cac340d401141438d3b6c6a308838c73.tar.xz
kernel-qcow2-util-linux-a38dc987cac340d401141438d3b6c6a308838c73.zip
column: clarify the --separator option
Indicate that the string is a set, which also clarifies that it's only significant when parsing the input.
Diffstat (limited to 'text-utils/column.c')
-rw-r--r--text-utils/column.c2
1 files changed, 1 insertions, 1 deletions
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> width of output in number of characters\n"
" -t, --table create a table\n"
- " -s, --separator <string> table delimiter\n"
+ " -s, --separator <string> possible table delimiters\n"
" -x, --fillrows fill rows before columns\n"));
fprintf(out, _("\nFor more information see column(1).\n"));