summaryrefslogtreecommitdiff
path: root/src/chroot-tools/librechroot
diff options
context:
space:
mode:
authorLuke Shumaker <LukeShu@sbcglobal.net>2013-06-01 19:48:24 -0600
committerLuke Shumaker <LukeShu@sbcglobal.net>2013-06-05 20:01:05 -0600
commite40082d0d3e6ef4bc8df58879a066d3ec8ec6a9c (patch)
tree9448e21ec50ab62009663c55ae993cc38dae5767 /src/chroot-tools/librechroot
parent8e5744170c30d50ef1f3e3a3e52c595870c6e50a (diff)
librechroot: capitalization and punctuation in usage()
Diffstat (limited to 'src/chroot-tools/librechroot')
-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'