(usage): Tell where to report bugs.
authorJim Meyering <jim@meyering.net>
Mon, 2 Sep 1996 15:34:25 +0000 (15:34 +0000)
committerJim Meyering <jim@meyering.net>
Mon, 2 Sep 1996 15:34:25 +0000 (15:34 +0000)
24 files changed:
src/cat.c
src/cksum.c
src/comm.c
src/csplit.c
src/cut.c
src/expand.c
src/fmt.c
src/fold.c
src/head.c
src/join.c
src/md5sum.c
src/nl.c
src/od.c
src/paste.c
src/pr.c
src/sort.c
src/split.c
src/sum.c
src/tac.c
src/tail.c
src/tr.c
src/unexpand.c
src/uniq.c
src/wc.c

index f3124db43b9684a70959c56420bd2afd0dc81203..6ee796646029c8b1d0cca9f6275f20ad8c03c802 100644 (file)
--- a/src/cat.c
+++ b/src/cat.c
@@ -104,6 +104,7 @@ Concatenate FILE(s), or standard input, to standard output.\n\
 \n\
 With no FILE, or when FILE is -, read standard input.\n\
 "));
+      puts (_("\nReport bugs to bug-gnu-utils@gnu.ai.mit.edu"));
     }
   exit (status == 0 ? EXIT_SUCCESS : EXIT_FAILURE);
 }
index a46f46b29122201cae974c1e25f35148d74aebb1..b7100564d862278bdaf6dc506bffa62794ba146b 100644 (file)
@@ -275,6 +275,7 @@ Print CRC checksum and byte counts of each FILE.\n\
   --help      display this help and exit\n\
   --version   output version information and exit\n\
 "));
+      puts (_("\nReport bugs to bug-gnu-utils@gnu.ai.mit.edu"));
     }
   exit (status == 0 ? EXIT_SUCCESS : EXIT_FAILURE);
 }
index 1de42846811cf87546a93033209de1242c0ff09a..62ef1611ae520537aee86e60b7275bb89e4657e4 100644 (file)
@@ -78,6 +78,7 @@ Compare sorted files LEFT_FILE and RIGHT_FILE line by line.\n\
       --help      display this help and exit\n\
       --version   output version information and exit\n\
 "));
+      puts (_("\nReport bugs to bug-gnu-utils@gnu.ai.mit.edu"));
     }
   exit (status == 0 ? EXIT_SUCCESS : EXIT_FAILURE);
 }
index 7e5efabc5a76ad1b1cda24861f42fe0bd681c671..5ba35f5707b37e20f0c815489070f6c76fc814e9 100644 (file)
@@ -1586,6 +1586,7 @@ Read standard input if FILE is -.  Each PATTERN may be:\n\
 \n\
 A line OFFSET is a required `+' or `-' followed by a positive integer.\n\
 "));
+      puts (_("\nReport bugs to bug-gnu-utils@gnu.ai.mit.edu"));
     }
   exit (status == 0 ? EXIT_SUCCESS : EXIT_FAILURE);
 }
index a409cf1572ce764dfeb820b3e7d9c57024b46b28..739ddd477f16c93ed06ea31d005da5c225fb1d82 100644 (file)
--- a/src/cut.c
+++ b/src/cut.c
@@ -220,6 +220,7 @@ range, or many ranges separated by commas.  Each range is one of:\n\
 \n\
 With no FILE, or when FILE is -, read standard input.\n\
 "));
+      puts (_("\nReport bugs to bug-gnu-utils@gnu.ai.mit.edu"));
     }
   exit (status == 0 ? EXIT_SUCCESS : EXIT_FAILURE);
 }
index 5180dfd1087a20c9b93cc9980501bd767b3f1df6..cea9b44f4db183ce35946c28d6abc4b275059c33 100644 (file)
@@ -128,6 +128,7 @@ With no FILE, or when FILE is -, read standard input.\n\
 \n\
 Instead of -t NUMBER or -t LIST, -NUMBER or -LIST may be used.\n\
 "));
+      puts (_("\nReport bugs to bug-gnu-utils@gnu.ai.mit.edu"));
     }
   exit (status == 0 ? EXIT_SUCCESS : EXIT_FAILURE);
 }
index f24df5d85db0854e608d3fa3030556ebf477710c..e09c9958b2caf635923f99dbc1f4327f7150efcd 100644 (file)
--- a/src/fmt.c
+++ b/src/fmt.c
@@ -300,6 +300,7 @@ Mandatory arguments to long options are mandatory for short options too.\n\
 \n\
 In -wNUMBER, the letter `w' may be omitted.\n"),
             stdout);
+      puts (_("\nReport bugs to bug-gnu-utils@gnu.ai.mit.edu"));
     }
   exit (status == 0 ? EXIT_SUCCESS : EXIT_FAILURE);
 }
index d4a44e011ea924e633cadaa699f02b882d816577..f5ffb4dd7deeef913b34da16e5dd3906987fb2d9 100644 (file)
@@ -93,6 +93,7 @@ standard output.\n\
   -s, --spaces        break at spaces\n\
   -w, --width=WIDTH   use WIDTH columns instead of 80\n\
 "));
+      puts (_("\nReport bugs to bug-gnu-utils@gnu.ai.mit.edu"));
     }
   exit (status == 0 ? EXIT_SUCCESS : EXIT_FAILURE);
 }
index 519b19cb24d404c2d872a8c6e0b6dc92e7bdddb7..ba6e31b77ba51784bcb40fb717c1004f8c49d34c 100644 (file)
@@ -105,6 +105,7 @@ SIZE may have a multiplier suffix: b for 512, k for 1K, m for 1 Meg.\n\
 If -VALUE is used as first OPTION, read -c VALUE when one of\n\
 multipliers bkm follows concatenated, else read -n VALUE.\n\
 "));
+      puts (_("\nReport bugs to bug-gnu-utils@gnu.ai.mit.edu"));
     }
   exit (status == 0 ? EXIT_SUCCESS : EXIT_FAILURE);
 }
index eccdab34239dba058abd07ed6702d0c0e3b7fc80..b17de58d8ab4383a4aa9e915a1dcfb9525b3b9e5 100644 (file)
@@ -198,6 +198,7 @@ each being `SIDE.FIELD' or `0'.  Default FORMAT outputs the join field,\n\
 the remaining fields from FILE1, the remaining fields from FILE2, all\n\
 separated by CHAR.\n\
 "));
+      puts (_("\nReport bugs to bug-gnu-utils@gnu.ai.mit.edu"));
     }
   exit (status == 0 ? EXIT_SUCCESS : EXIT_FAILURE);
 }
index cbc66a3886d1705d3364ce00b946be96b4cb7f99..c3d176fcf586f548cc02d3f44d563180d7d7e1c7 100644 (file)
@@ -100,7 +100,8 @@ usage (int status)
     fprintf (stderr, _("Try `%s --help' for more information.\n"),
             program_name);
   else
-    printf (_("\
+    {
+      printf (_("\
 Usage: %s [OPTION] [FILE]...\n\
   or:  %s [OPTION] --check [FILE]\n\
   or:  %s [OPTION] --string=STRING ...\n\
@@ -123,7 +124,9 @@ The sums are computed as described in RFC 1321.  When checking, the input\n\
 should be a former output of this program.  The default mode is to print\n\
 a line with checksum, a character indicating type (`*' for binary, ` ' for\n\
 text), and name for each FILE.\n"),
-           program_name, program_name, program_name);
+             program_name, program_name, program_name);
+      puts (_("\nReport bugs to bug-gnu-utils@gnu.ai.mit.edu"));
+    }
 
   exit (status == 0 ? EXIT_SUCCESS : EXIT_FAILURE);
 }
index 4ae865ae17f0e4b18c2f32022836e5ce3282e80a..e564682772316c6e8e0bd8ad92a613e89aec6089 100644 (file)
--- a/src/nl.c
+++ b/src/nl.c
@@ -229,6 +229,7 @@ FORMAT is one of:\n\
   rz   right justified, leading zeros\n\
 \n\
 "));
+      puts (_("\nReport bugs to bug-gnu-utils@gnu.ai.mit.edu"));
     }
   exit (status == 0 ? EXIT_SUCCESS : EXIT_FAILURE);
 }
index a46ef17a114b7554b4027b7e0fb16bf68845434e..3e5d0fa87dc31458137cfa0745be5ca902447985 100644 (file)
--- a/src/od.c
+++ b/src/od.c
@@ -388,6 +388,7 @@ with b suffix, by 1024 with k and by 1048576 with m.  -s without a\n\
 number implies 3.  -w without a number implies 32.  By default, od\n\
 uses -A o -t d2 -w 16.\n\
 "));
+      puts (_("\nReport bugs to bug-gnu-utils@gnu.ai.mit.edu"));
     }
   exit (status == 0 ? EXIT_SUCCESS : EXIT_FAILURE);
 }
index 4a3d6a9b15f6b191abf9dd0f2a0d2db5df71eef2..c5b47e1a1174384efe497f42b5177d9610e44d98 100644 (file)
@@ -425,6 +425,7 @@ With no FILE, or when FILE is -, read standard input.\n\
       --version           output version information and exit\n\
 \n\
 "));
+      puts (_("\nReport bugs to bug-gnu-utils@gnu.ai.mit.edu"));
     }
   exit (status == 0 ? EXIT_SUCCESS : EXIT_FAILURE);
 }
index 47ea5ab32f9b9b5dc82e878dda0129755c817315..02e20e14affe67e29d2640ef406bd58c95e7f849 100644 (file)
--- a/src/pr.c
+++ b/src/pr.c
@@ -1883,6 +1883,7 @@ Paginate or columnate FILE(s) for printing.\n\
 -t implied by -l N when N < 10.  Without -s, columns are separated by\n\
 spaces.  With no FILE, or when FILE is -, read standard input.\n\
 "));
+      puts (_("\nReport bugs to bug-gnu-utils@gnu.ai.mit.edu"));
     }
   exit (status == 0 ? EXIT_SUCCESS : EXIT_FAILURE);
 }
index 733df0adfaf5a774d2d3300e89d8686126d4adc2..4614c890af4053970368d4be333a48b4c4ce31d9 100644 (file)
@@ -247,6 +247,7 @@ for that key.  If no key given, use the entire line as key.  With no\n\
 FILE, or when FILE is -, read standard input.\n\
 ")
              , DEFAULT_TMPDIR);
+      puts (_("\nReport bugs to bug-gnu-utils@gnu.ai.mit.edu"));
     }
   /* Don't use EXIT_FAILURE here in case it is defined to be 1.
      POSIX requires that sort return 1 IFF invoked with -c and
index f1e4dc350f6446412868e203b303332bc1f91de1..fec78cfc3507818e950e60fb699e7cb107e3079e 100644 (file)
@@ -120,6 +120,7 @@ PREFIX is `x'.  With no INPUT, or when INPUT is -, read standard input.\n\
 \n\
 SIZE may have a multiplier suffix: b for 512, k for 1K, m for 1 Meg.\n\
 "));
+      puts (_("\nReport bugs to bug-gnu-utils@gnu.ai.mit.edu"));
     }
   exit (status == 0 ? EXIT_SUCCESS : EXIT_FAILURE);
 }
index 011fb69beb8cca8fd05ce6344368c9e2ad642721..ddaabe0481b75de9693c63100fdd60be545eb0d3 100644 (file)
--- a/src/sum.c
+++ b/src/sum.c
@@ -74,6 +74,7 @@ Print checksum and block counts for each FILE.\n\
 \n\
 With no FILE, or when FILE is -, read standard input.\n\
 "));
+      puts (_("\nReport bugs to bug-gnu-utils@gnu.ai.mit.edu"));
     }
   exit (status == 0 ? EXIT_SUCCESS : EXIT_FAILURE);
 }
index cd0923a016e1d64344e760c40cb25ac3040e9bfb..2b9ba48d43362f2598d3d3a9e342835f4b912748 100644 (file)
--- a/src/tac.c
+++ b/src/tac.c
@@ -144,6 +144,7 @@ With no FILE, or when FILE is -, read standard input.\n\
       --help               display this help and exit\n\
       --version            output version information and exit\n\
 "));
+      puts (_("\nReport bugs to bug-gnu-utils@gnu.ai.mit.edu"));
     }
   exit (status == 0 ? EXIT_SUCCESS : EXIT_FAILURE);
 }
index fe631f9faf9cb70e6e4003ea62efaa30a425a316..9bc600c20328f1224fd283b087d804d1140eee34 100644 (file)
@@ -164,6 +164,7 @@ or +VALUE is treated like -n VALUE or -n +VALUE unless VALUE has one of\n\
 the [bkm] suffix multipliers, in which case it is treated like -c VALUE\n\
 or -c +VALUE.\n\
 "));
+      puts (_("\nReport bugs to bug-gnu-utils@gnu.ai.mit.edu"));
     }
   exit (status == 0 ? EXIT_SUCCESS : EXIT_FAILURE);
 }
index e099840f4d386c6dc66d2f261807cc9db208516a..e0d420e2f510a412884a4d394947fa3c573947c7 100644 (file)
--- a/src/tr.c
+++ b/src/tr.c
@@ -412,6 +412,7 @@ only be used in pairs to specify case conversion.  -s uses SET1 if not\n\
 translating nor deleting; else squeezing uses SET2 and occurs after\n\
 translation or deletion.\n\
 "));
+      puts (_("\nReport bugs to bug-gnu-utils@gnu.ai.mit.edu"));
     }
   exit (status == 0 ? EXIT_SUCCESS : EXIT_FAILURE);
 }
index b9ed275c3a9da4b9312d438538a807a77605f5ac..aeeb5ac8be5d11d42cdef8af0f5f787bfacfe70e 100644 (file)
@@ -386,6 +386,7 @@ With no FILE, or when FILE is -, read standard input.\n\
 \n\
 Instead of -t NUMBER or -t LIST, -NUMBER or -LIST may be used.\n\
 "));
+      puts (_("\nReport bugs to bug-gnu-utils@gnu.ai.mit.edu"));
     }
   exit (status == 0 ? EXIT_SUCCESS : EXIT_FAILURE);
 }
index 64c3031535e5ae9525c845b4bd9825e0f1e5cfff..9e99384c2ae07a0d4a02c97b1c20e9fd3ad50298 100644 (file)
@@ -134,6 +134,7 @@ standard input), writing to OUTPUT (or standard output).\n\
 A field is a run of whitespace, than non-whitespace characters.\n\
 Fields are skipped before chars.\n\
 "));
+      puts (_("\nReport bugs to bug-gnu-utils@gnu.ai.mit.edu"));
     }
   exit (status == 0 ? EXIT_SUCCESS : EXIT_FAILURE);
 }
index 6a05e844d0b8e5d1d1eb3ad90573522edf84aca2..8834b2a5338eb4f3d2933356de8a84dd8477be5f 100644 (file)
--- a/src/wc.c
+++ b/src/wc.c
@@ -85,6 +85,7 @@ read standard input.\n\
       --help             display this help and exit\n\
       --version          output version information and exit\n\
 "));
+      puts (_("\nReport bugs to bug-gnu-utils@gnu.ai.mit.edu"));
     }
   exit (status == 0 ? EXIT_SUCCESS : EXIT_FAILURE);
 }