[MOAB-dev] r4866 - MOAB/trunk/tools
tautges at mcs.anl.gov
tautges at mcs.anl.gov
Tue May 24 12:27:47 CDT 2011
Author: tautges
Date: 2011-05-24 12:27:47 -0500 (Tue, 24 May 2011)
New Revision: 4866
Modified:
MOAB/trunk/tools/skin.cpp
Log:
Adding options to the usage printout.
Modified: MOAB/trunk/tools/skin.cpp
===================================================================
--- MOAB/trunk/tools/skin.cpp 2011-05-24 16:57:15 UTC (rev 4865)
+++ MOAB/trunk/tools/skin.cpp 2011-05-24 17:27:47 UTC (rev 4866)
@@ -50,7 +50,7 @@
std::ostream& str = help ? std::cout : std::cerr;
str << "Usage: " << argv0
- << " [-b <block_num> [-b ...] ] [-p] [-s <sideset_num>] [-t|-T <name>] [-w] [-v|-V <n>]"
+ << " [-b <block_num> [-b ...] ] [-l] [-m] [-M <n>] [-p] [-s <sideset_num>] [-t|-T <name>] [-w] [-v|-V <n>]"
<< " <input_file> [<output_file>]" << std::endl;
str << "Help : " << argv0 << " -h" << std::endl;
if (!help)
More information about the moab-dev
mailing list