diff options
author | Rob Landley <rob@landley.net> | 2006-05-28 01:40:26 +0000 |
---|---|---|
committer | Rob Landley <rob@landley.net> | 2006-05-28 01:40:26 +0000 |
commit | 0fbe7ddbdda3917dd23004b7f88f772a63300f0c (patch) | |
tree | 06bfcafe4fecc68b7d8045eb027684f8951e6b26 | |
parent | c44bc986b738977c5cd9741d9752a41ac022602f (diff) | |
download | busybox-w32-0fbe7ddbdda3917dd23004b7f88f772a63300f0c.tar.gz busybox-w32-0fbe7ddbdda3917dd23004b7f88f772a63300f0c.tar.bz2 busybox-w32-0fbe7ddbdda3917dd23004b7f88f772a63300f0c.zip |
Put the ending quote on the help entry...
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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' |