aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorRob Landley <rob@landley.net>2006-05-28 01:40:26 +0000
committerRob Landley <rob@landley.net>2006-05-28 01:40:26 +0000
commit0fbe7ddbdda3917dd23004b7f88f772a63300f0c (patch)
tree06bfcafe4fecc68b7d8045eb027684f8951e6b26 /Makefile
parentc44bc986b738977c5cd9741d9752a41ac022602f (diff)
downloadbusybox-0fbe7ddbdda3917dd23004b7f88f772a63300f0c.tar.gz
Put the ending quote on the help entry...
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 6d03c82f9..b31c7bf3c 100644
--- a/Makefile
+++ b/Makefile
@@ -139,7 +139,7 @@ help:
@echo ' uninstall'
@echo
@echo 'Development:'
- @echo ' baseline - create busybox_old for bloatcheck.
+ @echo ' baseline - create busybox_old for bloatcheck.'
@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'