From 15fe99c14145a14b8d12c02decfd8ba1c64edd44 Mon Sep 17 00:00:00 2001 From: Hector Oron Date: Tue, 22 Feb 2011 18:20:00 +0100 Subject: Removing superfluous whitespace in output of the usage function. --- functions/usage.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'functions/usage.sh') diff --git a/functions/usage.sh b/functions/usage.sh index bc9b2544d..c978d3588 100755 --- a/functions/usage.sh +++ b/functions/usage.sh @@ -25,7 +25,7 @@ Usage () printf " %s [-u|--usage]\n" "${PROGRAM}" printf " %s [-v|--version]\n" "${PROGRAM}" echo - Echo "Try \" %s--help\" for more information." "${PROGRAM}" + Echo "Try \"%s --help\" for more information." "${PROGRAM}" exit 1 } -- cgit v1.2.3