Revision: 56227
          http://sourceforge.net/p/brlcad/code/56227
Author:   carlmoore
Date:     2013-07-25 21:30:17 +0000 (Thu, 25 Jul 2013)
Log Message:
-----------
remove 's:' from bu_getopt arg line, and add h? for help; did not see 's' in 
the help provided

Modified Paths:
--------------
    brlcad/trunk/src/gtools/g_qa.c

Modified: brlcad/trunk/src/gtools/g_qa.c
===================================================================
--- brlcad/trunk/src/gtools/g_qa.c      2013-07-25 21:12:53 UTC (rev 56226)
+++ brlcad/trunk/src/gtools/g_qa.c      2013-07-25 21:30:17 UTC (rev 56227)
@@ -52,7 +52,7 @@
     bu_optind = 1;
 
     /* Get past command line options. */
-    while ((c = bu_getopt(argc, argv, "A:a:de:f:g:Gn:N:pP:qrS:s:t:U:u:vV:W:")) 
!= -1) {
+    while ((c = bu_getopt(argc, argv, "A:a:de:f:g:Gn:N:pP:qrS:t:U:u:vV:W:h?")) 
!= -1) {
        switch (c) {
            case 'A':
            case 'a':

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


------------------------------------------------------------------------------
See everything from the browser to the database with AppDynamics
Get end-to-end visibility with application monitoring from AppDynamics
Isolate bottlenecks and diagnose root cause in seconds.
Start your free trial of AppDynamics Pro today!
http://pubads.g.doubleclick.net/gampad/clk?id=48808831&iu=/4140/ostg.clktrk
_______________________________________________
BRL-CAD Source Commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/brlcad-commits

Reply via email to