Revision: 56681
          http://sourceforge.net/p/brlcad/code/56681
Author:   carlmoore
Date:     2013-08-07 21:09:12 +0000 (Wed, 07 Aug 2013)
Log Message:
-----------
add h? for help

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

Modified: brlcad/trunk/src/conv/g-acad.c
===================================================================
--- brlcad/trunk/src/conv/g-acad.c      2013-08-07 21:06:06 UTC (rev 56680)
+++ brlcad/trunk/src/conv/g-acad.c      2013-08-07 21:09:12 UTC (rev 56681)
@@ -513,7 +513,7 @@
     BU_LIST_INIT(&RTG.rtg_vlfree);     /* for vlist macros */
 
     /* Get command line arguments. */
-    while ((c = bu_getopt(argc, argv, "a:n:o:r:vx:D:P:X:e:i")) != -1) {
+    while ((c = bu_getopt(argc, argv, "a:n:o:r:vx:D:P:X:e:ih?")) != -1) {
        switch (c) {
            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