1
0
mirror of git://git.sv.gnu.org/coreutils.git synced 2026-08-14 06:03:46 +02:00

maint: use new emit_try_help in place of equivalent fprintf

Run this command:
  perl -0777 -pi -e \
   's/fprintf \(stderr, _\("Try `%s --help.*\n.*;/emit_try_help ();/m'\
     src/*.c
This commit is contained in:
Jim Meyering
2012-01-07 16:54:26 +01:00
parent 22af6d9752
commit 101d1203c6
96 changed files with 96 additions and 192 deletions
+1 -2
View File
@@ -82,8 +82,7 @@ void
usage (int status)
{
if (status != EXIT_SUCCESS)
fprintf (stderr, _("Try `%s --help' for more information.\n"),
program_name);
emit_try_help ();
else
{
printf (_("\