]> Dogcows Code - chaz/tar/blobdiff - src/tar.c
(main): Reword the "delayed error" message. New wording proposed by Karl Berry.
[chaz/tar] / src / tar.c
index 4a58a74b4280bbe6f042be4421c66178875cbfa1..4b86e7556a90963dcc8d1a3a92c6bad728b8854a 100644 (file)
--- 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 ();
This page took 0.02182 seconds and 4 git commands to generate.