From 740f5533acf77961ef0a8c462785dfce69f0d8f9 Mon Sep 17 00:00:00 2001
From: Florian Pose <fp@igh-essen.com>
Date: Wed, 4 Jun 2008 15:14:46 +0000
Subject: [PATCH] Nicer usage.

---
 tools/main.cpp | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/tools/main.cpp b/tools/main.cpp
index 8f2900ac..270e6788 100644
--- a/tools/main.cpp
+++ b/tools/main.cpp
@@ -38,15 +38,15 @@ void printUsage()
         << "  xml                Generate slave information xml." << endl
 		<< "Global options:" << endl
         << "  --master  -m <master>  Index of the master to use. Default: "
-		<< DEFAULT_MASTER	<< endl
+		<< DEFAULT_MASTER << endl
         << "  --slave   -s <index>   Positive numerical ring position,"
         << endl
-        << "                         or 'all' for all slaves. Default: 'all'."
+        << "                         or 'all' for all slaves (default)."
         << endl
         << "  --domain  -d <index>   Positive numerical index,"
         << endl
-        << "                         or 'all' for all domains. Default: "
-		<< "'all'." << endl
+        << "                         or 'all' for all domains (default)."
+        << endl
         << "  --help    -h           Show this help." << endl;
 }
 
-- 
GitLab