aboutsummaryrefslogtreecommitdiff
path: root/applets/usage_compressed
diff options
context:
space:
mode:
Diffstat (limited to 'applets/usage_compressed')
-rwxr-xr-xapplets/usage_compressed2
1 files changed, 1 insertions, 1 deletions
diff --git a/applets/usage_compressed b/applets/usage_compressed
index 05ceafd4a..c30bcfa29 100755
--- a/applets/usage_compressed
+++ b/applets/usage_compressed
@@ -17,7 +17,7 @@ echo 'static const char packed_usage[] ALIGN1 = {'
## Breaks on big-endian systems!
## # Extra effort to avoid using "od -t x1": -t is not available
## # in non-CONFIG_DESKTOPed busybox od
-##
+##
## "$loc/usage" | bzip2 -1 | od -v -x \
## | $SED -e 's/^[^ ]*//' \
## | $SED -e 's/ //g' \