aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorlandley <landley@69ca8d6d-28ef-0310-b511-8ec308f3f277>2006-05-11 17:33:10 +0000
committerlandley <landley@69ca8d6d-28ef-0310-b511-8ec308f3f277>2006-05-11 17:33:10 +0000
commitce53b0dae63188dce0177ec7cdefcc1ea6bfc9bc (patch)
tree50a1ef6502b76018912f7d236e7b8481f5b5d30f
parentb085b45e64a778b02acd351d4b15f21396428544 (diff)
downloadbusybox-w32-ce53b0dae63188dce0177ec7cdefcc1ea6bfc9bc.tar.gz
busybox-w32-ce53b0dae63188dce0177ec7cdefcc1ea6bfc9bc.tar.bz2
busybox-w32-ce53b0dae63188dce0177ec7cdefcc1ea6bfc9bc.zip
Tabs weren't lining up in the help text.
git-svn-id: svn://busybox.net/trunk/busybox@15071 69ca8d6d-28ef-0310-b511-8ec308f3f277
-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:
132 @echo ' uninstall' 132 @echo ' uninstall'
133 @echo 133 @echo
134 @echo 'Development:' 134 @echo 'Development:'
135 @echo ' bloatcheck - show size difference between busybox_unstripped' 135 @echo ' bloatcheck - show size difference between old and new versions'
136 @echo ' and busybox_old'
137 @echo ' check - run the test suite for all applets' 136 @echo ' check - run the test suite for all applets'
138 @echo ' checkhelp - check for missing help-entries in Config.in' 137 @echo ' checkhelp - check for missing help-entries in Config.in'
139 @echo ' randconfig - generate a random configuration' 138 @echo ' randconfig - generate a random configuration'