From 818c579a2d9afd66d045d59fa5e58ac881cb690b Mon Sep 17 00:00:00 2001 From: Florian Pose 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 Index of the master to use. Default: " - << DEFAULT_MASTER << endl + << DEFAULT_MASTER << endl << " --slave -s Positive numerical ring position," << endl - << " or 'all' for all slaves. Default: 'all'." + << " or 'all' for all slaves (default)." << endl << " --domain -d 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; }