summaryrefslogtreecommitdiffstats
path: root/bin/chroot-installation.sh
diff options
context:
space:
mode:
authorHolger Levsen <holger@layer-acht.org>2014-12-11 19:18:05 +0100
committerHolger Levsen <holger@layer-acht.org>2014-12-11 19:18:05 +0100
commitad5ef8f4c2120ff07f157fe2026000d75238064f (patch)
treed12fb34e32d02535891fa45700727efd24e97746 /bin/chroot-installation.sh
parent2ec04fb2f3923f3ef6e1e61863d9a986badb385e (diff)
downloadjenkins.debian.net-ad5ef8f4c2120ff07f157fe2026000d75238064f.tar.xz
improve comment
Diffstat (limited to 'bin/chroot-installation.sh')
-rwxr-xr-xbin/chroot-installation.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/chroot-installation.sh b/bin/chroot-installation.sh
index 4951f326..b7b43512 100755
--- a/bin/chroot-installation.sh
+++ b/bin/chroot-installation.sh
@@ -14,7 +14,7 @@ common_init "$@"
if [ "$1" == "" ] ; then
echo "need at least one distribution to act on"
echo '# $1 = base distro'
- echo '# $2 = extra component (gnome, kde, xfce, lxce)'
+ echo '# $2 = component to test (gnome, kde, xfce, lxce)'
echo '# $3 = upgrade distro'
exit 1
fi