1
0
mirror of git://git.sv.gnu.org/coreutils.git synced 2026-04-19 18:26:32 +02:00

(usage): Call close_stdout_status.

This commit is contained in:
Jim Meyering
2000-05-07 14:50:39 +00:00
parent 73ed5ed51e
commit ddb8aa8b9f

View 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);
}