diff options
author | Holger Levsen <holger@layer-acht.org> | 2014-12-11 19:18:05 +0100 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2014-12-11 19:18:05 +0100 |
commit | ad5ef8f4c2120ff07f157fe2026000d75238064f (patch) | |
tree | d12fb34e32d02535891fa45700727efd24e97746 /bin | |
parent | 2ec04fb2f3923f3ef6e1e61863d9a986badb385e (diff) | |
download | jenkins.debian.net-ad5ef8f4c2120ff07f157fe2026000d75238064f.tar.xz |
improve comment
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/chroot-installation.sh | 2 |
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 |