column: fix typo

Signed-off-by: Karel Zak <kzak@redhat.com>
This commit is contained in:
Karel Zak 2017-03-29 13:17:12 +02:00
parent 9624f6157c
commit 2483c4c9da
1 changed files with 1 additions and 1 deletions

View File

@ -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);