r2812 - dists/trunk/live-helper/functions
synrg at alioth.debian.org
synrg at alioth.debian.org
Thu Aug 30 15:20:19 UTC 2007
Author: synrg
Date: 2007-08-30 15:20:18 +0000 (Thu, 30 Aug 2007)
New Revision: 2812
Modified:
dists/trunk/live-helper/functions/help.sh
Log:
Pretty output of long lists of options
Modified: dists/trunk/live-helper/functions/help.sh
===================================================================
--- dists/trunk/live-helper/functions/help.sh 2007-08-30 12:08:49 UTC (rev 2811)
+++ dists/trunk/live-helper/functions/help.sh 2007-08-30 15:20:18 UTC (rev 2812)
@@ -18,8 +18,7 @@
if [ -n "${USAGE}" ]
then
- echo " ${USAGE}"
- echo
+ echo " ${USAGE}" | sed -e 's/]/]\n /g'
fi
echo " ${PROGRAM} [-h|--help]"
More information about the debian-live-changes
mailing list