summaryrefslogtreecommitdiff
path: root/src/chroot.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/chroot.c')
-rw-r--r--src/chroot.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/chroot.c b/src/chroot.c
index 30e070f36..d808908b4 100644
--- a/src/chroot.c
+++ b/src/chroot.c
@@ -28,7 +28,7 @@
/* The official name of this program (e.g., no `g' prefix). */
#define PROGRAM_NAME "chroot"
-#define WRITTEN_BY _("Written by Roland McGrath.")
+#define AUTHORS "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,
- WRITTEN_BY, usage);
+ usage, AUTHORS, NULL);
if (argc <= 1)
{
error (0, 0, _("too few arguments"));