tools/main.cpp
changeset 953 3ed51c088582
parent 949 e424c0074c67
child 956 d9b9bc794d10
--- a/tools/main.cpp	Wed Jun 04 14:42:15 2008 +0000
+++ b/tools/main.cpp	Wed Jun 04 15:14:46 2008 +0000
@@ -38,15 +38,15 @@
         << "  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;
 }