From: Sergey Poznyakoff Date: Mon, 5 May 2008 21:33:39 +0000 (+0000) Subject: (main): Reword the "delayed error" message. New wording proposed by Karl Berry. X-Git-Url: https://git.dogcows.com/gitweb?p=chaz%2Ftar;a=commitdiff_plain;h=8aa729b90e579cce02d1ef77256c3c4f7b8af29c (main): Reword the "delayed error" message. New wording proposed by Karl Berry. --- 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 ();