From: Michael Prokop Date: Tue, 30 Dec 2008 13:04:40 +0000 (+0100) Subject: Improve help text of the release option in usage info X-Git-Tag: v0.9.8~4 X-Git-Url: https://git.grml.org/?p=grml-live.git;a=commitdiff_plain;h=b0e0c32f1007fa6d012c2ef9e1631aae0d21888f;hp=07bf441fb97edb340ff6ee05441258885d53ffbf Improve help text of the release option in usage info --- diff --git a/debian/changelog b/debian/changelog index de7e437..61360c5 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +grml-live (0.9.8) unstable; urgency=low + + * Improve help text of the release option in usage info. + + -- Michael Prokop Tue, 30 Dec 2008 14:04:06 +0100 + grml-live (0.9.7) unstable; urgency=low * Add packages to GRML_FULL: diff --git a/grml-live b/grml-live index 461c2fb..c1b1cb3 100755 --- a/grml-live +++ b/grml-live @@ -14,7 +14,7 @@ export LC_ALL=C # exit on any error: set -e -GRML_LIVE_VERSION='0.9.7' +GRML_LIVE_VERSION='0.9.8' PN="$(basename $0)" CMDLINE="$0 $@" ISO_DATE="$(date +%Y-%m-%d)" @@ -38,7 +38,7 @@ Usage: $PN [options, see as follows] -i name of ISO -o main output directory of the build process -q skip mksquashfs - -r release name + -r Debian suite; values: etch, lenny, sid -t place of the templates -u update existing chroot instead of rebuilding it from scratch