summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuke Shumaker <LukeShu@sbcglobal.net>2013-06-11 21:52:23 -0600
committerLuke Shumaker <LukeShu@sbcglobal.net>2013-06-11 21:52:23 -0600
commit4b42108c61db855b2a5bd00194293a925eed9cf2 (patch)
treee99fb1d379bc6c033f1d9ee65fe427a475ebc449
parente6944bc03f587ad177c6b825e3f4c116fb9b9b12 (diff)
librechroot: clarify what config files are installed.
-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 1247e3c..d22e2c1 100755
--- a/src/chroot-tools/librechroot
+++ b/src/chroot-tools/librechroot
@@ -77,9 +77,10 @@ usage() {
echo 'If the chroot, or copy does not exist, it will be created'
echo 'automatically. A chroot by default contains the packages in the'
echo 'group "base-devel", and any packages named in $CHROOTEXTRAPKG.'
- echo 'Unless the `-C` or `-M` flags are used, all configuration files'
- echo 'are the stock versions supplied in the packages, not the versions'
- echo 'from your host system.'
+ echo 'Unless the `-C` or `-M` flags are used, the configuration files'
+ echo 'that this program installs are the stock versions supplied in the'
+ echo 'packages, not the versions from your host system. Other tools'
+ echo '(such as libremakepkg) may alter the configuration.'
echo ''
echo 'This command will make the following configuration changes in'
echo 'the chroot:'