mirror of
https://https.git.savannah.gnu.org/git/coreutils.git
synced 2026-01-27 01:44:21 +00:00
chroot: fix typo in preceding change: didn't compile
* src/chroot.c (usage): Add backslashes.
This commit is contained in:
parent
9bf4361f4d
commit
e9ba42e9bf
@ -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);
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user