Revision: 55538
http://sourceforge.net/p/brlcad/code/55538
Author: carlmoore
Date: 2013-05-22 19:54:58 +0000 (Wed, 22 May 2013)
Log Message:
-----------
implement h and ?; no-argument option NOT implemented because we go to the
screen-display instead
Modified Paths:
--------------
brlcad/trunk/src/burst/burst.c
Modified: brlcad/trunk/src/burst/burst.c
===================================================================
--- brlcad/trunk/src/burst/burst.c 2013-05-22 18:39:44 UTC (rev 55537)
+++ brlcad/trunk/src/burst/burst.c 2013-05-22 19:54:58 UTC (rev 55538)
@@ -121,12 +121,12 @@
{
int c;
/* Parse options. */
- while ((c = bu_getopt(argc, argv, "b")) != -1) {
+ while ((c = bu_getopt(argc, argv, "bh?")) != -1) {
switch (c) {
case 'b' :
tty = 0;
break;
- case '?' :
+ default:
return 0;
}
}
This was sent by the SourceForge.net collaborative development platform, the
world's largest Open Source development site.
------------------------------------------------------------------------------
Try New Relic Now & We'll Send You this Cool Shirt
New Relic is the only SaaS-based application performance monitoring service
that delivers powerful full stack analytics. Optimize and monitor your
browser, app, & servers with just a few lines of code. Try New Relic
and get this awesome Nerd Life shirt! http://p.sf.net/sfu/newrelic_d2d_may
_______________________________________________
BRL-CAD Source Commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/brlcad-commits