Revision: 55729
          http://sourceforge.net/p/brlcad/code/55729
Author:   r_weiss
Date:     2013-06-12 19:38:54 +0000 (Wed, 12 Jun 2013)
Log Message:
-----------
Allow the "g_qa" (aka gqa) command, from the system command line, use the "-q" 
option.

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-06-12 19:37:23 UTC (rev 55728)
+++ brlcad/trunk/src/gtools/g_qa.c      2013-06-12 19:38:54 UTC (rev 55729)
@@ -34,7 +34,7 @@
 #include "cmd.h"
 #include "ged.h"
 
-static char usage[] = "Usage: %s [-A A|a|b|e|g|o|v|w] [-a az] [-d] [-e el] [-f 
densityFile] [-g spacing|upper, lower|upper-lower] [-G] [-n nhits] [-N nviews] 
[-p] [-P ncpus] [-r] [-S nsamples] [-t overlap_tol] [-U useair] [-u len_units 
vol_units wt_units] [-v] [-V volume_tol] [-W weight_tol] model object 
[object...]\n";
+static char usage[] = "Usage: %s [-A A|a|b|e|g|o|v|w] [-a az] [-d] [-e el] [-f 
densityFile] [-g spacing|upper, lower|upper-lower] [-G] [-n nhits] [-N nviews] 
[-p] [-P ncpus] [-q] [-r] [-S nsamples] [-t overlap_tol] [-U useair] [-u 
len_units vol_units wt_units] [-v] [-V volume_tol] [-W weight_tol] model object 
[objects...]\n";
 
 /*
  * M A I N
@@ -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:rS:s:t:U:u:vV:W:")) 
!= -1) {
+    while ((c = bu_getopt(argc, argv, "A:a:de:f:g:Gn:N:pP:qrS:s:t:U:u:vV:W:")) 
!= -1) {
        switch (c) {
            case 'A':
            case 'a':
@@ -65,6 +65,7 @@
            case 'N':
            case 'p':
            case 'P':
+           case 'q':
            case 'r':
            case 'S':
            case 't':

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


------------------------------------------------------------------------------
This SF.net email is sponsored by Windows:

Build for Windows Store.

http://p.sf.net/sfu/windows-dev2dev
_______________________________________________
BRL-CAD Source Commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/brlcad-commits

Reply via email to