aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorlandley <landley@69ca8d6d-28ef-0310-b511-8ec308f3f277>2006-05-28 01:40:26 +0000
committerlandley <landley@69ca8d6d-28ef-0310-b511-8ec308f3f277>2006-05-28 01:40:26 +0000
commit4dc9b0ad96c3faf09d0e811b76e4aee5e62a6c71 (patch)
tree06bfcafe4fecc68b7d8045eb027684f8951e6b26
parentbd44397ca943560e73440b2bf4364b0f889e4e8a (diff)
downloadbusybox-w32-4dc9b0ad96c3faf09d0e811b76e4aee5e62a6c71.tar.gz
busybox-w32-4dc9b0ad96c3faf09d0e811b76e4aee5e62a6c71.tar.bz2
busybox-w32-4dc9b0ad96c3faf09d0e811b76e4aee5e62a6c71.zip
Put the ending quote on the help entry...
git-svn-id: svn://busybox.net/trunk/busybox@15207 69ca8d6d-28ef-0310-b511-8ec308f3f277
-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:
139 @echo ' uninstall' 139 @echo ' uninstall'
140 @echo 140 @echo
141 @echo 'Development:' 141 @echo 'Development:'
142 @echo ' baseline - create busybox_old for bloatcheck. 142 @echo ' baseline - create busybox_old for bloatcheck.'
143 @echo ' bloatcheck - show size difference between old and new versions' 143 @echo ' bloatcheck - show size difference between old and new versions'
144 @echo ' check - run the test suite for all applets' 144 @echo ' check - run the test suite for all applets'
145 @echo ' checkhelp - check for missing help-entries in Config.in' 145 @echo ' checkhelp - check for missing help-entries in Config.in'