From 0fbe7ddbdda3917dd23004b7f88f772a63300f0c Mon Sep 17 00:00:00 2001 From: Rob Landley Date: Sun, 28 May 2006 01:40:26 +0000 Subject: [PATCH] Put the ending quote on the help entry... --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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'