summaryrefslogtreecommitdiff
path: root/src/chroot-tools
diff options
context:
space:
mode:
Diffstat (limited to 'src/chroot-tools')
-rwxr-xr-xsrc/chroot-tools/librechroot4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/chroot-tools/librechroot b/src/chroot-tools/librechroot
index ca76569..3ac5380 100755
--- a/src/chroot-tools/librechroot
+++ b/src/chroot-tools/librechroot
@@ -59,7 +59,7 @@ usage() {
echo "current username (or \$SUDO_USER, or 'copy' if root)."
echo ''
echo 'The full path to the chroot copy is "$CHROOTDIR/$CHROOT/$COPY",'
- echo 'Unless the copy name is manually specified as an absolute path,'
+ echo 'unless the copy name is manually specified as an absolute path,'
echo 'in which case, that path is used.'
echo ''
echo 'The current settings for the above varibles are:'
@@ -102,7 +102,7 @@ usage() {
echo ' clean-pkgs Remove all packages from the chroot copy that'
echo ' are not in base-devel, $CHROOTEXTRAPKG, or'
echo ' named as a dependency in the file'
- echo ' `/build/PKGBUILD` in the chroot copy.'
+ echo ' `/build/PKGBUILD` in the chroot copy'
echo ' Other:'
echo ' run CMD... Run CMD in the chroot copy'
echo ' enter Enter an interactive shell in the chroot copy'