Revision: 56704
          http://sourceforge.net/p/brlcad/code/56704
Author:   carlmoore
Date:     2013-08-08 21:28:12 +0000 (Thu, 08 Aug 2013)
Log Message:
-----------
fix the options

Modified Paths:
--------------
    brlcad/trunk/src/conv/g-egg.c

Modified: brlcad/trunk/src/conv/g-egg.c
===================================================================
--- brlcad/trunk/src/conv/g-egg.c       2013-08-08 21:26:53 UTC (rev 56703)
+++ brlcad/trunk/src/conv/g-egg.c       2013-08-08 21:28:12 UTC (rev 56704)
@@ -60,7 +60,7 @@
 static void
 usage(const char *argv0)
 {
-    bu_log("\nUsage: %s [-bvM] [-xX lvl] [-a abs_tess_tol] [-r rel_tess_tol] 
[-n norm_tess_tol]\n", argv0);
+    bu_log("\nUsage: %s [-bv89] [-xX lvl] [-a abs_tess_tol] [-r rel_tess_tol] 
[-n norm_tess_tol]\n", argv0);
     bu_log("[-D dist_calc_tol] [-P #_of_CPUs] [-o output_file_name.egg] 
brlcad_db.g object(s)\n");
     bu_exit(1,NULL);
 }
@@ -227,7 +227,7 @@
     BU_LIST_INIT(&RTG.rtg_vlfree);     /* for vlist macros */
 
     /* Get command line arguments. */
-    while ((i = bu_getopt(argc, argv, "a:b89n:o:r:vx:D:P:X:ih?")) != -1) {
+    while ((i = bu_getopt(argc, argv, "a:b89n:o:r:vx:D:P:X:h?")) != -1) {
        switch (i) {
            case 'a':           /* Absolute tolerance. */
                ttol.abs = atof(bu_optarg);

This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.


------------------------------------------------------------------------------
Get 100% visibility into Java/.NET code with AppDynamics Lite!
It's a free troubleshooting tool designed for production.
Get down to code-level detail for bottlenecks, with <2% overhead. 
Download for free and get started troubleshooting in minutes. 
http://pubads.g.doubleclick.net/gampad/clk?id=48897031&iu=/4140/ostg.clktrk
_______________________________________________
BRL-CAD Source Commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/brlcad-commits

Reply via email to