[MOAB-dev] commit/MOAB: iulian07: replace -h with -H in ghost option
commits-noreply at bitbucket.org
commits-noreply at bitbucket.org
Mon Nov 11 22:21:57 CST 2013
1 new commit in MOAB:
https://bitbucket.org/fathomteam/moab/commits/34e7ffecf226/
Changeset: 34e7ffecf226
Branch: master
User: iulian07
Date: 2013-11-12 05:19:29
Summary: replace -h with -H in ghost option
-h is usually reserved for --help (-h)
Affected #: 1 file
diff --git a/tools/mbzoltan/mbpart.cpp b/tools/mbzoltan/mbpart.cpp
index c7a6c50..0dcabac 100644
--- a/tools/mbzoltan/mbpart.cpp
+++ b/tools/mbzoltan/mbpart.cpp
@@ -90,7 +90,7 @@ int main(int argc, char* argv[])
bool ghost = false;
long num_parts;
- opts.addOpt<void>("ghost,h", "Specify if partition ghost geometry body.");
+ opts.addOpt<void>("ghost,H", "Specify if partition ghost geometry body.");
int obj_weight = 0;
opts.addOpt<int>("vertex_w,v",
Repository URL: https://bitbucket.org/fathomteam/moab/
--
This is a commit notification from bitbucket.org. You are receiving
this because you have the service enabled, addressing the recipient of
this email.
More information about the moab-dev
mailing list