]> git.ipfire.org Git - thirdparty/util-linux.git/commitdiff
column: replace a mistaken word in an error message
authorBenno Schulenberg <bensberg@telfort.nl>
Mon, 3 Mar 2025 10:21:37 +0000 (11:21 +0100)
committerKarel Zak <kzak@redhat.com>
Mon, 3 Mar 2025 11:16:25 +0000 (12:16 +0100)
Signed-off-by: Benno Schulenberg <bensberg@telfort.nl>
text-utils/column.c

index 85a303455c3178c00a2520075dd2f632ddfeb31f..470c2729a94d3e5d4d7b6838e9d5f816a2dce932 100644 (file)
@@ -1065,7 +1065,7 @@ int main(int argc, char **argv)
                        free(ctl.input_separator);
                        ctl.input_separator = mbs_to_wcs(optarg);
                        if (!ctl.input_separator)
-                               err(EXIT_FAILURE, _("failed to use input separator"));
+                               err(EXIT_FAILURE, _("failed to parse input separator"));
                        ctl.greedy = 0;
                        break;
                case 'T':