From 01e335c9e49707e3361c1e15cfe712ac0958133f Mon Sep 17 00:00:00 2001 From: Karel Zak Date: Wed, 29 Mar 2017 12:00:48 +0200 Subject: column: rename options Signed-off-by: Karel Zak --- text-utils/column.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'text-utils/column.c') diff --git a/text-utils/column.c b/text-utils/column.c index ab700ab01..0db8fd504 100644 --- a/text-utils/column.c +++ b/text-utils/column.c @@ -412,8 +412,8 @@ static void __attribute__((__noreturn__)) usage(int rc) fputs(USAGE_OPTIONS, out); fputs(_(" -J, --json use JSON output format for table\n"), out); fputs(_(" -t, --table create a table\n"), out); - fputs(_(" -N, --table-colnames comma separated columns names\n"), out); - fputs(_(" -R, --table-colright right align text in these columns\n"), out); + fputs(_(" -N, --table-columns comma separated columns names\n"), out); + fputs(_(" -R, --table-right right align text in these columns\n"), out); fputs(_(" -n, --table-name table name for JSON output\n"), out); fputs(_(" -s, --separator possible table delimiters\n"), out); fputs(_(" -o, --output-separator columns separator for table output\n" @@ -449,8 +449,8 @@ int main(int argc, char **argv) { "output-width", required_argument, NULL, 'c' }, { "separator", required_argument, NULL, 's' }, { "table", no_argument, NULL, 't' }, - { "table-colnames", required_argument, NULL, 'N' }, - { "table-colright", required_argument, NULL, 'R' }, + { "table-columns", required_argument, NULL, 'N' }, + { "table-right", required_argument, NULL, 'R' }, { "table-name", required_argument, NULL, 'n' }, { "version", no_argument, NULL, 'V' }, { NULL, 0, NULL, 0 }, -- cgit v1.2.3-55-g7522