(WRITTEN_BY): Rename from AUTHORS.
[platform/upstream/coreutils.git] / src / chroot.c
index 78836c8..30e070f 100644 (file)
@@ -28,7 +28,7 @@
 /* The official name of this program (e.g., no `g' prefix).  */
 #define PROGRAM_NAME "chroot"
 
-#define AUTHORS "Roland McGrath"
+#define WRITTEN_BY _("Written by Roland McGrath.")
 
 /* The name this program was run with, for error messages. */
 char *program_name;
@@ -72,7 +72,7 @@ main (int argc, char **argv)
   atexit (close_stdout);
 
   parse_long_options (argc, argv, PROGRAM_NAME, GNU_PACKAGE, VERSION,
-                     AUTHORS, usage);
+                     WRITTEN_BY, usage);
   if (argc <= 1)
     {
       error (0, 0, _("too few arguments"));