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; }