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 59514e929..128f905ea 100644
--- a/src/chroot.c
+++ b/src/chroot.c
@@ -61,8 +61,8 @@ main (int argc, char **argv)
bindtextdomain (PACKAGE, LOCALEDIR);
textdomain (PACKAGE);
- parse_long_options (argc, argv, "chroot", GNU_PACKAGE, VERSION, usage);
-
+ parse_long_options (argc, argv, "chroot", GNU_PACKAGE, VERSION,
+ "Roland McGrath", usage);
if (argc == 1)
{
error (0, 0, _("too few arguments"));