From 2483c4c9da2b7c6dffeb69a253c292816b8437fb Mon Sep 17 00:00:00 2001 From: Karel Zak Date: Wed, 29 Mar 2017 13:17:12 +0200 Subject: column: fix typo Signed-off-by: Karel Zak --- 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 7d0d79a94..f323202ad 100644 --- a/text-utils/column.c +++ b/text-utils/column.c @@ -567,7 +567,7 @@ int main(int argc, char **argv) argv += optind; if (ctl.tab_colnames == NULL && ctl.json) - errx(EXIT_FAILURE, _("option --table-colnames required for --json")); + errx(EXIT_FAILURE, _("option --table-columns required for --json")); if (!*argv) eval += read_input(&ctl, stdin); -- cgit v1.2.3-55-g7522