Revision: 55607
          http://sourceforge.net/p/brlcad/code/55607
Author:   carlmoore
Date:     2013-05-30 18:36:23 +0000 (Thu, 30 May 2013)
Log Message:
-----------
make ?,h available as help in comgeom-g

Modified Paths:
--------------
    brlcad/trunk/src/conv/comgeom/cvt.c

Modified: brlcad/trunk/src/conv/comgeom/cvt.c
===================================================================
--- brlcad/trunk/src/conv/comgeom/cvt.c 2013-05-30 18:26:23 UTC (rev 55606)
+++ brlcad/trunk/src/conv/comgeom/cvt.c 2013-05-30 18:36:23 UTC (rev 55607)
@@ -91,7 +91,7 @@
        return 0;
     }
 
-    while ((c = bu_getopt(argc, argv, "d:v:s:")) != -1) {
+    while ((c = bu_getopt(argc, argv, "d:v:s:h?")) != -1) {
        switch (c) {
            case 'd':
                verbose = atoi(bu_optarg);

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


------------------------------------------------------------------------------
Introducing AppDynamics Lite, a free troubleshooting tool for Java/.NET
Get 100% visibility into your production application - at no cost.
Code-level diagnostics for performance bottlenecks with <2% overhead
Download for free and get started troubleshooting in minutes.
http://p.sf.net/sfu/appdyn_d2d_ap1
_______________________________________________
BRL-CAD Source Commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/brlcad-commits

Reply via email to