From: Rob Landley Date: Thu, 11 May 2006 17:33:10 +0000 (-0000) Subject: Tabs weren't lining up in the help text. X-Git-Tag: 1_2_0~376 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=0690d1591fa7582132471eba7a3e46816631307e;p=oweals%2Fbusybox.git Tabs weren't lining up in the help text. --- 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'