mirror of
git://git.sv.gnu.org/coreutils.git
synced 2026-07-27 02:59:36 +02:00
chroot: fix typo in preceding change: didn't compile
* src/chroot.c (usage): Add backslashes.
This commit is contained in:
+1
-1
@@ -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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user