From e40082d0d3e6ef4bc8df58879a066d3ec8ec6a9c Mon Sep 17 00:00:00 2001 From: Luke Shumaker Date: Sat, 1 Jun 2013 19:48:24 -0600 Subject: librechroot: capitalization and punctuation in usage() --- src/chroot-tools/librechroot | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src') 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' -- cgit v1.2.2