Revision: 56683
http://sourceforge.net/p/brlcad/code/56683
Author: carlmoore
Date: 2013-08-07 22:00:17 +0000 (Wed, 07 Aug 2013)
Log Message:
-----------
implement h?
Modified Paths:
--------------
brlcad/trunk/src/conv/g-egg.c
Modified: brlcad/trunk/src/conv/g-egg.c
===================================================================
--- brlcad/trunk/src/conv/g-egg.c 2013-08-07 21:20:26 UTC (rev 56682)
+++ brlcad/trunk/src/conv/g-egg.c 2013-08-07 22:00:17 UTC (rev 56683)
@@ -221,7 +221,7 @@
BU_LIST_INIT(&RTG.rtg_vlfree); /* for vlist macros */
/* Get command line arguments. */
- while ((i = bu_getopt(argc, argv, "a:b89n:o:r:vx:D:P:X:i")) != -1) {
+ while ((i = bu_getopt(argc, argv, "a:b89n:o:r:vx:D:P:X:ih?")) != -1) {
switch (i) {
case 'a': /* Absolute tolerance. */
ttol.abs = atof(bu_optarg);
@@ -261,11 +261,7 @@
case '9':
use_bottess = 1;
break;
- case '?':
- bu_log("Unknown argument: \"%c\"\n", i);
- bu_exit(1, usage, argv[0]);
default:
- bu_log("Booga. %c\n", i);
bu_exit(1, usage, argv[0]);
}
}
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