]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
(usage): Tell where to report bugs.
authorJim Meyering <jim@meyering.net>
Thu, 29 Aug 1996 05:05:57 +0000 (05:05 +0000)
committerJim Meyering <jim@meyering.net>
Thu, 29 Aug 1996 05:05:57 +0000 (05:05 +0000)
18 files changed:
src/chgrp.c
src/chmod.c
src/chown.c
src/dd.c
src/df.c
src/dircolors.c
src/du.c
src/install.c
src/ln.c
src/ls.c
src/mkdir.c
src/mkfifo.c
src/mknod.c
src/mv.c
src/rm.c
src/rmdir.c
src/sync.c
src/touch.c

index ec1d2a6746cab8817eb75acfe3a2cc0e006c11a7..5bbb1e628fa3a3f35233d71fd83d2684e38268a9 100644 (file)
@@ -285,7 +285,9 @@ Change the group membership of each FILE to GROUP.\n\
   -v, --verbose           output a diagnostic for every file processed\n\
   -R, --recursive         change files and directories recursively\n\
       --help              display this help and exit\n\
-      --version           output version information and exit\n"));
+      --version           output version information and exit\n\
+"));
+      puts (_("\nReport bugs to bug-gnu-utils@gnu.ai.mit.edu\n"));
     }
   exit (status);
 }
index 518e7fa1a0d6885f9e60c5da91e6c739c7292b4b..51e77d3ec6e8be8c934018f79ebe151ece700fce 100644 (file)
@@ -224,7 +224,9 @@ Usage: %s [OPTION]... MODE[,MODE]... FILE...\n\
       --version           output version information and exit\n\
 \n\
 Each MODE is one or more of the letters ugoa, one of the symbols +-= and\n\
-one or more of the letters rwxXstugo.\n"));
+one or more of the letters rwxXstugo.\n\
+"));
+      puts (_("\nReport bugs to bug-gnu-utils@gnu.ai.mit.edu\n"));
     }
   exit (status);
 }
index 905fa67d30ca2453123e3e03f221d5e2f9c2832e..84ea3d6cd50cd04e0733ec56148c2265a19c7e7c 100644 (file)
@@ -249,7 +249,9 @@ Change the owner and/or group of each FILE to OWNER and/or GROUP.\n\
       --version          output version information and exit\n\
 \n\
 Owner is unchanged if missing.  Group is unchanged if missing, but changed\n\
-to login group if implied by a period.  A colon may replace the period.\n"));
+to login group if implied by a period.  A colon may replace the period.\n\
+"));
+      puts (_("\nReport bugs to bug-gnu-utils@gnu.ai.mit.edu\n"));
     }
   exit (status);
 }
index d8a68751b2b94f2ef3fce69f912abd9b636ce63c..34de427a83c8728c0b55e84322fa0a1e70dda6bb 100644 (file)
--- a/src/dd.c
+++ b/src/dd.c
@@ -1116,7 +1116,9 @@ by w for x2, by b for x512, by k for x1024.  Each KEYWORD may be:\n\
   ucase     change lower case to upper case\n\
   swab      swap every pair of input bytes\n\
   noerror   continue after read errors\n\
-  sync      pad every input block with NULs to ibs-size\n"));
+  sync      pad every input block with NULs to ibs-size\n\
+"));
+      puts (_("\nReport bugs to bug-gnu-utils@gnu.ai.mit.edu\n"));
     }
   exit (status);
 }
index 8f0d1fbe7d42f5c8a08357d5c927160194ca837b..3357afc623d32e92b95496c96eb08ced786e1979 100644 (file)
--- a/src/df.c
+++ b/src/df.c
@@ -477,7 +477,9 @@ or all filesystems by default.\n\
   -P, --portability     use the POSIX output format\n\
   -T, --print-type      print filesystem type\n\
       --help            display this help and exit\n\
-      --version         output version information and exit\n"));
+      --version         output version information and exit\n\
+"));
+      puts (_("\nReport bugs to bug-gnu-utils@gnu.ai.mit.edu\n"));
     }
   exit (status);
 }
index 4314c9bc30af2d38aeb19a9dc22c4ec8d895626f..b2645d77c280b19bc13445c32ff15134a1a11322 100644 (file)
@@ -115,6 +115,7 @@ Determine format of output:\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\n"));
     }
 
   exit (status == 0 ? EXIT_SUCCESS : EXIT_FAILURE);
index 09e02275234d0c13ef2338ac6c226ad09d9e44e0..ededd6493eb6740210897d0252abc7c2ea861c86 100644 (file)
--- a/src/du.c
+++ b/src/du.c
@@ -233,7 +233,9 @@ Summarize disk usage of each FILE, recursively for directories.\n\
   -s, --summarize       display only a total for each argument\n\
   -x, --one-file-system  skip directories on different filesystems\n\
       --help            display this help and exit\n\
-      --version         output version information and exit\n"));
+      --version         output version information and exit\n\
+"));
+      puts (_("\nReport bugs to bug-gnu-utils@gnu.ai.mit.edu\n"));
     }
   exit (status);
 }
index 0e2babab3b47745a728443ca788a2561d4f43447..54025fbd99273385e56b57b08f97a424731c3993 100644 (file)
@@ -617,7 +617,9 @@ version control may be set with VERSION_CONTROL, values are:\n\
 \n\
   t, numbered     make numbered backups\n\
   nil, existing   numbered if numbered backups exist, simple otherwise\n\
-  never, simple   always make simple backups\n"));
+  never, simple   always make simple backups\n\
+"));
+      puts (_("\nReport bugs to bug-gnu-utils@gnu.ai.mit.edu\n"));
     }
   exit (status);
 }
index 8e76abdcc9e93713be050eeda29555d3de217728..ee7eb7f8c4023f0a96b6d0cb06fac7660f1cd972 100644 (file)
--- a/src/ln.c
+++ b/src/ln.c
@@ -342,7 +342,9 @@ version control may be set with VERSION_CONTROL, values are:\n\
 \n\
   t, numbered     make numbered backups\n\
   nil, existing   numbered if numbered backups exist, simple otherwise\n\
-  never, simple   always make simple backups\n"));
+  never, simple   always make simple backups\n\
+"));
+      puts (_("\nReport bugs to bug-gnu-utils@gnu.ai.mit.edu\n"));
     }
   exit (status);
 }
index 517ae329ae8cae213c862e251ef8ed86d11033a6..26ddec1aa3b1a72817cdc6a63498cb06751c9811 100644 (file)
--- a/src/ls.c
+++ b/src/ls.c
@@ -2746,8 +2746,8 @@ equivalent to using --color=none.  Using the --color option without the\n\
 optional WHEN argument is equivalent to using --color=always.  With\n\
 --color=auto, color codes are output only if standard output is connected\n\
 to a terminal (tty).\n\
-"
-               ));
+"));
+      puts (_("\nReport bugs to bug-gnu-utils@gnu.ai.mit.edu\n"));
     }
   exit (status);
 }
index d0e34406d140d6d98a7455b08d57acb89230f5f4..d7e1f0207399b50ce16899d737474d72424729e2 100644 (file)
@@ -75,7 +75,9 @@ Create the DIRECTORY(ies), if they do not already exist.\n\
   -m, --mode=MODE   set permission mode (as in chmod), not rwxrwxrwx - umask\n\
       --verbose     print a message for each created directory\n\
       --help        display this help and exit\n\
-      --version     output version information and exit\n"));
+      --version     output version information and exit\n\
+"));
+      puts (_("\nReport bugs to bug-gnu-utils@gnu.ai.mit.edu\n"));
     }
   exit (status);
 }
index 783e3f7c0e5b36a822c4dd57404f652499f4dc8a..dd559ebc13ba09ad09ac5dbda72db528196c9674 100644 (file)
@@ -63,7 +63,9 @@ Create named pipes (FIFOs) with the given NAMEs.\n\
 \n\
   -m, --mode=MODE   set permission mode (as in chmod), not 0666 - umask\n\
       --help        display this help and exit\n\
-      --version     output version information and exit\n"));
+      --version     output version information and exit\n\
+"));
+      puts (_("\nReport bugs to bug-gnu-utils@gnu.ai.mit.edu\n"));
     }
   exit (status);
 }
index b156e609913776749fb7bf1b9ee50556594b52a2..915f619f8322fd154de1b7a431e7278890ed42a1 100644 (file)
@@ -74,7 +74,9 @@ MAJOR MINOR are forbidden for TYPE p, mandatory otherwise.  TYPE may be:\n\
 \n\
   b      create a block (buffered) special file\n\
   c, u   create a character (unbuffered) special file\n\
-  p      create a FIFO\n"));
+  p      create a FIFO\n\
+"));
+      puts (_("\nReport bugs to bug-gnu-utils@gnu.ai.mit.edu\n"));
     }
   exit (status);
 }
index b58a998af78b1f0b344d26acc2632bd45ab41478..607a3c87a8233481ffcf9427b9464c7d2eb73188 100644 (file)
--- a/src/mv.c
+++ b/src/mv.c
@@ -402,7 +402,9 @@ version control may be set with VERSION_CONTROL, values are:\n\
 \n\
   t, numbered     make numbered backups\n\
   nil, existing   numbered if numbered backups exist, simple otherwise\n\
-  never, simple   always make simple backups\n"));
+  never, simple   always make simple backups\n\
+"));
+      puts (_("\nReport bugs to bug-gnu-utils@gnu.ai.mit.edu\n"));
     }
   exit (status);
 }
index 9ab4722b3e01aa32441af5963448f7f180738706..61ca609dc5d22c4f921af92daf213b43c1b09822 100644 (file)
--- a/src/rm.c
+++ b/src/rm.c
@@ -538,7 +538,9 @@ Remove (unlink) the FILE(s).\n\
   -v, --verbose         explain what is being done\n\
   -r, -R, --recursive   remove the contents of directories recursively\n\
       --help            display this help and exit\n\
-      --version         output version information and exit\n"));
+      --version         output version information and exit\n\
+"));
+      puts (_("\nReport bugs to bug-gnu-utils@gnu.ai.mit.edu\n"));
     }
   exit (status);
 }
index 5e66d3bd2a0b44317d9a3a554dc1ef21d6e832a6..2aa3f1ac54d5ee7dbd27c2092e3843d96f01130c 100644 (file)
@@ -89,7 +89,9 @@ Remove the DIRECTORY(ies), if they are empty.\n\
 \n\
   -p, --parents   remove explicit parent directories if being emptied\n\
       --help      display this help and exit\n\
-      --version   output version information and exit\n"));
+      --version   output version information and exit\n\
+"));
+      puts (_("\nReport bugs to bug-gnu-utils@gnu.ai.mit.edu\n"));
     }
   exit (status);
 }
index ca097bc73d46c2bc13ca7f51c277bc9b46ac7499..59b08661689d59148ff3ada23559cd12046a531b 100644 (file)
@@ -43,6 +43,7 @@ Force changed blocks to disk, update the super block.\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\n"));
     }
   exit (status);
 }
index ccee5f9d76662e72b5da18a724f27db2be839466..d37e206797a0148ad1d64c3f931c0293d5c3c4fd 100644 (file)
@@ -260,7 +260,9 @@ Update the access and modification times of each FILE to the current time.\n\
       --help             display this help and exit\n\
       --version          output version information and exit\n\
 \n\
-STAMP may be used without -t if none of -drt, nor --, are used.\n"));
+STAMP may be used without -t if none of -drt, nor --, are used.\n\
+"));
+      puts (_("\nReport bugs to bug-gnu-utils@gnu.ai.mit.edu\n"));
     }
   exit (status);
 }