]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
(usage): Call close_stdout_status.
authorJim Meyering <jim@meyering.net>
Sun, 7 May 2000 14:50:39 +0000 (14:50 +0000)
committerJim Meyering <jim@meyering.net>
Sun, 7 May 2000 14:50:39 +0000 (14:50 +0000)
src/date.c

index 4f779ecf3ab7507a5f71029b0ae3b3366967c15b..2170899e4423bf72d384f8d7c8a1e7a9a487bf7f 100644 (file)
@@ -191,6 +191,7 @@ the following modifiers between `%%' and a numeric directive.\n\
   `_' (underscore) pad the field with spaces\n\
 "));
       puts (_("\nReport bugs to <bug-sh-utils@gnu.org>."));
+      close_stdout_status (2);
     }
   exit (status);
 }