From 4b42108c61db855b2a5bd00194293a925eed9cf2 Mon Sep 17 00:00:00 2001 From: Luke Shumaker Date: Tue, 11 Jun 2013 21:52:23 -0600 Subject: librechroot: clarify what config files are installed. --- src/chroot-tools/librechroot | 7 ++++--- 1 file 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:' -- cgit v1.2.2