summaryrefslogtreecommitdiffstats
path: root/text-utils/column.c
diff options
context:
space:
mode:
authorKarel Zak2017-03-29 13:17:12 +0200
committerKarel Zak2017-05-02 12:18:00 +0200
commit2483c4c9da2b7c6dffeb69a253c292816b8437fb (patch)
treefaf7ac4f9df58fb69d24cc0a27799d03ebe64d35 /text-utils/column.c
parentcolumn: add --table-hide (diff)
downloadkernel-qcow2-util-linux-2483c4c9da2b7c6dffeb69a253c292816b8437fb.tar.gz
kernel-qcow2-util-linux-2483c4c9da2b7c6dffeb69a253c292816b8437fb.tar.xz
kernel-qcow2-util-linux-2483c4c9da2b7c6dffeb69a253c292816b8437fb.zip
column: fix typo
Signed-off-by: Karel Zak <kzak@redhat.com>
Diffstat (limited to 'text-utils/column.c')
-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);