summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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 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);