瀏覽代碼

(main): Reword the "delayed error" message. New wording proposed by Karl Berry.

Sergey Poznyakoff 17 年之前
父節點
當前提交
8aa729b90e
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/tar.c

+ 1 - 1
src/tar.c

@@ -2480,7 +2480,7 @@ main (int argc, char **argv)
   name_term ();
   name_term ();
 
 
   if (exit_status == TAREXIT_FAILURE)
   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)
   if (stdlis == stdout)
     close_stdout ();
     close_stdout ();