diff options
Diffstat (limited to 'src/chroot.c')
-rw-r--r-- | src/chroot.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/chroot.c b/src/chroot.c index 757573a2e..171ced98a 100644 --- a/src/chroot.c +++ b/src/chroot.c @@ -211,7 +211,7 @@ Run COMMAND with root directory set to NEWROOT.\n\ \n\ If no command is given, run '${SHELL} -i' (default: '/bin/sh -i').\n\ "), stdout); - emit_ancillary_info (); + emit_ancillary_info (PROGRAM_NAME); } exit (status); } |