- reuse strings and messages. Saves about 600B
[oweals/busybox.git] / scripts / usage_compressed
index 59e93e66911f7a5f89b347f517e6966a8699ffe2..8e2228af2f34e924722dcdc43bd87f60f5ddd671 100644 (file)
@@ -6,7 +6,7 @@ test "$loc" || loc=.
 test -x "$loc/usage" || exit 1
 
 echo 'static const char packed_usage[] = '
-"$loc"/usage | bzip2 -9 | od -v -t x1 \
+"$loc"/usage | bzip2 -1 | od -v -t x1 \
 | $SED -e 's/^[^ ]*//' -e 's/ \(..\)/\\x\1/g' -e 's/^\(.*\)$/"\1"/' || exit 1
 echo ';'
 sz=`"$loc"/usage | wc -c` || exit 1