summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rwxr-xr-xsrc/chroot-tools/librechroot7
1 files changed, 4 insertions, 3 deletions
diff --git a/src/chroot-tools/librechroot b/src/chroot-tools/librechroot
index 52a5e12..5ff9c99 100755
--- a/src/chroot-tools/librechroot
+++ b/src/chroot-tools/librechroot
@@ -179,7 +179,7 @@ usage() {
bullet 'overwrite `/etc/pacman.d/mirrorlist`'
bullet 'set `CacheDir` in `/etc/pacman.conf`'
prose 'If a new `pacman.conf` is inserted with the `-C` flag, the change
- is made after the file is copied in; the `-C` flag doesn'\''t
+ is made after the file is copied in; the `-C` flag doesn'"'"'t
stop the change from being effective.'
echo
prose 'The processor architecture of the chroot is determined
@@ -187,8 +187,9 @@ usage() {
file inside of the chroot.'
echo
prose 'In line with this, The `-A CARCH` flag is simply an alias for'
- printf ' -C "/usr/share/pacman/defaults/pacman.conf.$CARCH" \\\n'
- printf ' -M "/usr/share/pacman/defaults/makepkg.conf.$CARCH"\n'
+ printf ' %s\n' \
+ '-C "/usr/share/pacman/defaults/pacman.conf.$CARCH" \' \
+ '-M "/usr/share/pacman/defaults/makepkg.conf.$CARCH"'
echo
prose 'Creating a copy, deleting a copy, or syncing a copy can be fairly
slow; but are very fast if $CHROOTDIR is on a btrfs partition.'