1
0
mirror of git://git.sv.gnu.org/coreutils.git synced 2026-07-25 18:19:00 +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
@@ -54,8 +54,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 (_("\
+1 -2
View File
@@ -43,8 +43,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 (_("\
+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 (_("\
+1 -2
View File
@@ -345,8 +345,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 (_("\
+1 -2
View File
@@ -102,8 +102,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 (_("\
+1 -2
View File
@@ -365,8 +365,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 (_("\
+1 -2
View File
@@ -73,8 +73,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 (_("\
+1 -2
View File
@@ -126,8 +126,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 (_("\
+1 -2
View File
@@ -257,8 +257,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 (_("\
+1 -2
View File
@@ -98,8 +98,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 (_("\
+1 -2
View File
@@ -150,8 +150,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 (_("\
+1 -2
View File
@@ -1443,8 +1443,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 (_("\
+1 -2
View File
@@ -183,8 +183,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 (_("\
+1 -2
View File
@@ -117,8 +117,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 (_("\
+1 -2
View File
@@ -475,8 +475,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 (_("\
+1 -2
View File
@@ -840,8 +840,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 (_("Usage: %s [OPTION]... [FILE]...\n"), program_name);
+1 -2
View File
@@ -91,8 +91,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 (_("Usage: %s [OPTION]... [FILE]\n"), program_name);
+1 -2
View File
@@ -38,8 +38,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 (_("\
+1 -2
View File
@@ -253,8 +253,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 (_("\
+1 -2
View File
@@ -36,8 +36,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 (_("\
+1 -2
View File
@@ -46,8 +46,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 (_("\
+1 -2
View File
@@ -98,8 +98,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 (_("\
+1 -2
View File
@@ -197,8 +197,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 (_("\
+1 -2
View File
@@ -488,8 +488,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 (_("\
+1 -2
View File
@@ -263,8 +263,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 (_("Usage: %s [-WIDTH] [OPTION]... [FILE]...\n"), program_name);
+1 -2
View File
@@ -60,8 +60,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 (_("\
+1 -2
View File
@@ -59,8 +59,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 (_("\
+1 -2
View File
@@ -47,8 +47,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 (_("Usage: %s [OPTION]... [USERNAME]...\n"), program_name);
+1 -2
View File
@@ -99,8 +99,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 (_("\
+1 -2
View File
@@ -36,8 +36,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 (_("\
+1 -2
View File
@@ -50,8 +50,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 (_("\
+1 -2
View File
@@ -75,8 +75,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 (_("Usage: %s [OPTION]... [USERNAME]\n"), program_name);
+1 -2
View File
@@ -587,8 +587,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 (_("\
+1 -2
View File
@@ -181,8 +181,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 (_("\
+1 -2
View File
@@ -70,8 +70,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 (_("\
+1 -2
View File
@@ -39,8 +39,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 (_("\
+1 -2
View File
@@ -329,8 +329,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 (_("\
+1 -2
View File
@@ -33,8 +33,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 (_("Usage: %s [OPTION]\n"), program_name);
+1 -2
View File
@@ -4642,8 +4642,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 (_("Usage: %s [OPTION]... [FILE]...\n"), program_name);
+1 -2
View File
@@ -156,8 +156,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 (_("\
+1 -2
View File
@@ -50,8 +50,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 (_("Usage: %s [OPTION]... DIRECTORY...\n"), program_name);
+1 -2
View File
@@ -45,8 +45,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 (_("Usage: %s [OPTION]... NAME...\n"), program_name);
+1 -2
View File
@@ -46,8 +46,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 (_("Usage: %s [OPTION]... NAME TYPE [MAJOR MINOR]\n"),
+1 -2
View File
@@ -62,8 +62,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 (_("Usage: %s [OPTION]... [TEMPLATE]\n"), program_name);
+1 -2
View File
@@ -278,8 +278,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 (_("\
+1 -2
View File
@@ -66,8 +66,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 (_("Usage: %s [OPTION] [COMMAND [ARG]...]\n"), program_name);
+1 -2
View File
@@ -176,8 +176,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 (_("\
+1 -2
View File
@@ -47,8 +47,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 (_("\
+1 -2
View File
@@ -50,8 +50,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 (_("Usage: %s [OPTION]...\n"), program_name);
+1 -2
View File
@@ -288,8 +288,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 (_("\
+1 -2
View File
@@ -429,8 +429,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 (_("\
+1 -2
View File
@@ -83,8 +83,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 (_("Usage: %s [OPTION]... NAME...\n"), program_name);
+1 -2
View File
@@ -496,8 +496,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 (_("Usage: %s [OPTION]... [USER]...\n"), program_name);
+1 -2
View File
@@ -2762,8 +2762,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 (_("\
+1 -2
View File
@@ -56,8 +56,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 (_("\
+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 (_("\
+1 -2
View File
@@ -1811,8 +1811,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 (_("\
+1 -2
View File
@@ -50,8 +50,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 (_("Usage: %s [OPTION]...\n"), program_name);
+1 -2
View File
@@ -56,8 +56,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 (_("Usage: %s [OPTION]... FILE\n"), program_name);
+1 -2
View File
@@ -64,8 +64,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 (_("Usage: %s [OPTION]... FILE...\n"), program_name);
+1 -2
View File
@@ -128,8 +128,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 (_("Usage: %s [OPTION]... FILE...\n"), program_name);
+1 -2
View File
@@ -158,8 +158,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 (_("Usage: %s [OPTION]... DIRECTORY...\n"), program_name);
+1 -2
View File
@@ -77,8 +77,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 (_("\
+1 -2
View File
@@ -62,8 +62,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 (_("\
+1 -2
View File
@@ -43,8 +43,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 (_("\
+1 -2
View File
@@ -141,8 +141,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 (_("Usage: %s [OPTION]... FILE...\n"), program_name);
+1 -2
View File
@@ -42,8 +42,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 (_("\
+1 -2
View File
@@ -39,8 +39,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 (_("\
+1 -2
View File
@@ -386,8 +386,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 (_("\
+1 -2
View File
@@ -175,8 +175,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 (_("\
+1 -2
View File
@@ -1323,8 +1323,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 (_("Usage: %s [OPTION]... FILE...\n"), program_name);
+1 -2
View File
@@ -84,8 +84,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 (_("Usage: %s OPTION... COMMAND\n"), program_name);
+1 -2
View File
@@ -503,8 +503,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 (_("\
+1 -2
View File
@@ -365,8 +365,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 (_("Usage: %s [OPTION]... [-] [USER [ARG]...]\n"), program_name);
+1 -2
View File
@@ -53,8 +53,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 (_("\
+1 -2
View File
@@ -34,8 +34,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 (_("Usage: %s [OPTION]\n"), program_name);
+1 -2
View File
@@ -127,8 +127,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 (_("\
+1 -2
View File
@@ -252,8 +252,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 (_("\
+1 -2
View File
@@ -56,8 +56,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 (_("Usage: %s [OPTION]... [FILE]...\n"), program_name);
+1 -2
View File
@@ -698,8 +698,7 @@ void
usage (int status)
{
if (status != EXIT_SUCCESS)
fprintf (stderr, _("Try `%s --help' for more information.\n"),
program_name);
emit_try_help ();
else
{
fputs (_("\
+1 -2
View File
@@ -198,8 +198,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 (_("\
+1 -2
View File
@@ -210,8 +210,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 (_("Usage: %s [OPTION]... FILE...\n"), program_name);
+1 -2
View File
@@ -280,8 +280,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 (_("\
+1 -2
View File
@@ -90,8 +90,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 (_("Usage: %s OPTION... FILE...\n"), program_name);
+1 -2
View File
@@ -76,8 +76,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 (_("\
+1 -2
View File
@@ -58,8 +58,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 (_("Usage: %s [OPTION]...\n"), program_name);
+1 -2
View File
@@ -115,8 +115,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 (_("Usage: %s [OPTION]...\n"), program_name);
+1 -2
View File
@@ -108,8 +108,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 (_("\
+1 -2
View File
@@ -128,8 +128,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 (_("\
+1 -2
View File
@@ -39,8 +39,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 (_("\
+1 -2
View File
@@ -190,8 +190,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 (_("Usage: %s [OPTION]... [FILE]\n"), program_name);
+1 -2
View File
@@ -99,8 +99,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 (_("Usage: %s [OPTION]... [FILE]\n"), program_name);
+1 -2
View File
@@ -106,8 +106,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 (_("\
+1 -2
View File
@@ -643,8 +643,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 (_("Usage: %s [OPTION]... [ FILE | ARG1 ARG2 ]\n"), program_name);
+1 -2
View File
@@ -39,8 +39,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 (_("Usage: %s [OPTION]...\n"), program_name);
+1 -2
View File
@@ -35,8 +35,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 (_("\