From 8aa729b90e579cce02d1ef77256c3c4f7b8af29c Mon Sep 17 00:00:00 2001 From: Sergey Poznyakoff Date: Mon, 5 May 2008 21:33:39 +0000 Subject: [PATCH] (main): Reword the "delayed error" message. New wording proposed by Karl Berry. --- src/tar.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/tar.c b/src/tar.c index 4a58a74..4b86e75 100644 --- a/src/tar.c +++ b/src/tar.c @@ -2480,7 +2480,7 @@ main (int argc, char **argv) name_term (); if (exit_status == TAREXIT_FAILURE) - error (0, 0, _("Error exit delayed from previous errors")); + error (0, 0, _("Exiting with failure status due to previous errors")); if (stdlis == stdout) close_stdout (); -- 2.44.0