From 473f5623b6fe4379aa2d845ee121dec06b9290be Mon Sep 17 00:00:00 2001
From: Antonio Terceiro <terceiro@softwarelivre.org>
Date: Thu, 15 Jan 2009 10:24:40 -0300
Subject: Must be printf instead of echo!

---
 functions/usage.sh | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/functions/usage.sh b/functions/usage.sh
index 9c3f537..f1ef47d 100755
--- a/functions/usage.sh
+++ b/functions/usage.sh
@@ -20,9 +20,9 @@ Usage ()
 		echo
 	fi
 
-	echo "  %s [-h|--help]" "${PROGRAM}"
-	echo "  %s [-u|--usage]" "${PROGRAM}"
-	echo "  %s [-v|--version]" "${PROGRAM}"
+	printf "  %s [-h|--help]\n" "${PROGRAM}"
+	printf "  %s [-u|--usage]\n" "${PROGRAM}"
+	printf "  %s [-v|--version]\n" "${PROGRAM}"
 	echo
 	Echo "Try \" %s--help\" for more information." "${PROGRAM}"
 
-- 
cgit v1.0