Signed-off-by: Benno Schulenberg <bensberg@xxxxxxxxxx> --- text-utils/column.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/text-utils/column.c b/text-utils/column.c index 85a303455..470c2729a 100644 --- a/text-utils/column.c +++ b/text-utils/column.c @@ -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': -- 2.48.1