diff --git a/utils/shapeindex/shapeindex.cpp b/utils/shapeindex/shapeindex.cpp index ccab95913..eddb28d84 100644 --- a/utils/shapeindex/shapeindex.cpp +++ b/utils/shapeindex/shapeindex.cpp @@ -46,8 +46,8 @@ int main (int argc,char** argv) bool verbose=false; bool index_parts = false; - unsigned int depth=DEFAULT_DEPTH; - double ratio=DEFAULT_RATIO; + unsigned int depth = DEFAULT_DEPTH; + double ratio = DEFAULT_RATIO; std::vector shape_files; try @@ -56,7 +56,7 @@ int main (int argc,char** argv) desc.add_options() ("help,h", "produce usage message") ("version,V","print version string") - ("index-parts","index individual shape parts") + ("index-parts","index individual shape parts (default: no)") ("verbose,v","verbose output") ("depth,d", po::value(), "max tree depth\n(default 8)") ("ratio,r",po::value(),"split ratio (default 0.55)")