Revision: 56015
http://sourceforge.net/p/brlcad/code/56015
Author: carlmoore
Date: 2013-07-11 21:42:00 +0000 (Thu, 11 Jul 2013)
Log Message:
-----------
turn off error messages for h,? so they can serve as help flags
Modified Paths:
--------------
brlcad/trunk/src/conv/off/g-off.c
Modified: brlcad/trunk/src/conv/off/g-off.c
===================================================================
--- brlcad/trunk/src/conv/off/g-off.c 2013-07-11 21:24:57 UTC (rev 56014)
+++ brlcad/trunk/src/conv/off/g-off.c 2013-07-11 21:42:00 UTC (rev 56015)
@@ -103,7 +103,7 @@
BU_LIST_INIT( &rt_g.rtg_vlfree ); /* for vlist macros */
/* Get command line arguments. */
- while ((c = bu_getopt(argc, argv, "a:dn:p:r:vx:P:X:")) != -1) {
+ while ((c = bu_getopt(argc, argv, "a:dn:p:r:vx:P:X:h?")) != -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.
------------------------------------------------------------------------------
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