Revision: 65119
          http://sourceforge.net/p/brlcad/code/65119
Author:   starseeker
Date:     2015-05-30 19:40:21 +0000 (Sat, 30 May 2015)
Log Message:
-----------
Don't need to reference gcv_help_str twice - doesn't hurt to do so, but we 
don't need to.

Modified Paths:
--------------
    brlcad/trunk/src/conv/gcv/gcv.cpp

Modified: brlcad/trunk/src/conv/gcv/gcv.cpp
===================================================================
--- brlcad/trunk/src/conv/gcv/gcv.cpp   2015-05-30 19:37:11 UTC (rev 65118)
+++ brlcad/trunk/src/conv/gcv/gcv.cpp   2015-05-30 19:40:21 UTC (rev 65119)
@@ -269,7 +269,7 @@
 enum gcv_opt_enums { GCV_HELP, IN_FILE, OUT_FILE, IN_FORMAT, OUT_FORMAT, 
IN_OPTS, OUT_OPTS };
 struct bu_opt_desc gcv_opt_desc[9] = {
     {GCV_HELP,    0, 1, "h", "help",             NULL,          "-h [format]", 
"--help [format]",             gcv_help_str},
-    {GCV_HELP,    0, 1, "?", "",                 NULL,          "-? [format]", 
"",                            gcv_help_str},
+    {GCV_HELP,    0, 1, "?", "",                 NULL,          "-? [format]", 
"",                            ""},
     {IN_FILE ,    1, 1, "i", "input",            &(file_stat),  "-i file",     
"--input file",                "Input file." },
     {OUT_FILE,    1, 1, "o", "output",           &(file_null),  "-o file",     
"--output file",               "Output file." },
     {IN_FORMAT ,  1, 1, "",  "input-format",     &(model_mime), "",            
"--input-format format",       "File format of input file." },

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


------------------------------------------------------------------------------
_______________________________________________
BRL-CAD Source Commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/brlcad-commits

Reply via email to