Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.busybox.net/busybox.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRob Landley <rob@landley.net>2006-05-11 21:33:10 +0400
committerRob Landley <rob@landley.net>2006-05-11 21:33:10 +0400
commit0690d1591fa7582132471eba7a3e46816631307e (patch)
tree50a1ef6502b76018912f7d236e7b8481f5b5d30f /Makefile
parentac4c92da3b5305c244b5c48692c5542db4b6946c (diff)
Tabs weren't lining up in the help text.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 7e37ed40d..7bf72f232 100644
--- a/Makefile
+++ b/Makefile
@@ -132,8 +132,7 @@ help:
@echo ' uninstall'
@echo
@echo 'Development:'
- @echo ' bloatcheck - show size difference between busybox_unstripped'
- @echo ' and busybox_old'
+ @echo ' bloatcheck - show size difference between old and new versions'
@echo ' check - run the test suite for all applets'
@echo ' checkhelp - check for missing help-entries in Config.in'
@echo ' randconfig - generate a random configuration'