From: Karel Zak Date: Wed, 29 Mar 2017 11:17:12 +0000 (+0200) Subject: column: fix typo X-Git-Tag: v2.30-rc1~51 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2483c4c9da2b7c6dffeb69a253c292816b8437fb;p=thirdparty%2Futil-linux.git column: fix typo Signed-off-by: Karel Zak --- diff --git a/text-utils/column.c b/text-utils/column.c index 7d0d79a940..f323202ad2 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);