chroot: fix typo in preceding change: didn't compile

* src/chroot.c (usage): Add backslashes.
This commit is contained in:
Jim Meyering 2017-08-11 17:47:41 -07:00
parent 9bf4361f4d
commit e9ba42e9bf

View File

@ -207,7 +207,7 @@ Run COMMAND with root directory set to NEWROOT.\n\
fputs (VERSION_OPTION_DESCRIPTION, stdout);
fputs (_("\
\n\
If no command is given, run '"$SHELL" -i' (default: '/bin/sh -i').\n\
If no command is given, run '\"$SHELL\" -i' (default: '/bin/sh -i').\n\
"), stdout);
emit_ancillary_info (PROGRAM_NAME);
}