diff options
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 |