From 03e5dab8266a463af4de9bb9a698aedaa23e8718 Mon Sep 17 00:00:00 2001
From: Clifford Wolf <clifford@clifford.at>
Date: Mon, 1 Aug 2005 16:07:43 +0000
Subject: [PATCH] Clifford Wolf: 	Fixed space/tab typo in Build-Target
 help message

[2005073102200909262] (https://www.rocklinux.net/submaster)



git-svn-id: http://www.rocklinux.org/svn/rock-linux/trunk@6291 c5f82cb5-29bc-0310-9cd0-bff59a50e3bc
---
 scripts/Build-Target | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/scripts/Build-Target b/scripts/Build-Target
index 7b7e6a34c..78b4e4eb0 100755
--- a/scripts/Build-Target
+++ b/scripts/Build-Target
@@ -60,7 +60,7 @@ while [ "$1" ] ; do
 				echo "	-cfg <config>	the build configuration to use; defaults to 'default'"
 				echo "	-tasks <N>	run <N> Build-Job daemons (for cluster builds)"
 				echo "	-daemon		run as daemon in the background"
-				echo "  -stages <list>	only build the stages listed in the parameter"
+				echo "	-stages <list>	only build the stages listed in the parameter"
 				echo "	-job <stage>-<package>	build only one job: the given package"
 				echo "				in the given stage" 
 				exit 1 ;;