]> git.ipfire.org Git - thirdparty/util-linux.git/commitdiff
column: fix typo
authorKarel Zak <kzak@redhat.com>
Wed, 29 Mar 2017 11:17:12 +0000 (13:17 +0200)
committerKarel Zak <kzak@redhat.com>
Tue, 2 May 2017 10:18:00 +0000 (12:18 +0200)
Signed-off-by: Karel Zak <kzak@redhat.com>
text-utils/column.c

index 7d0d79a940f9ddbd323e53542e4226d0e3c61b97..f323202ad2c26b4c2e83a5d4e85ab23afe573a7a 100644 (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);