Improve help text of the release option in usage info
authorMichael Prokop <mika@grml.org>
Tue, 30 Dec 2008 13:04:40 +0000 (14:04 +0100)
committerMichael Prokop <mika@grml.org>
Tue, 30 Dec 2008 13:04:40 +0000 (14:04 +0100)
debian/changelog
grml-live

index de7e437..61360c5 100644 (file)
@@ -1,3 +1,9 @@
+grml-live (0.9.8) unstable; urgency=low
+
+  * Improve help text of the release option in usage info.
+
+ -- Michael Prokop <mika@grml.org>  Tue, 30 Dec 2008 14:04:06 +0100
+
 grml-live (0.9.7) unstable; urgency=low
 
   * Add packages to GRML_FULL:
index 461c2fb..c1b1cb3 100755 (executable)
--- 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 <iso_name>           name of ISO
    -o <output_directory>   main output directory of the build process
    -q                      skip mksquashfs
-   -r                      release name
+   -r <release_name<       release name
    -s <suite>              Debian suite; values: etch, lenny, sid
    -t <template_directory> place of the templates
    -u                      update existing chroot instead of rebuilding it from scratch