Revision: 56200
          http://sourceforge.net/p/brlcad/code/56200
Author:   carlmoore
Date:     2013-07-24 17:21:50 +0000 (Wed, 24 Jul 2013)
Log Message:
-----------
minor fix in a comment; implement h for help (already has ?); add '(defaults in 
parentheses)'

Modified Paths:
--------------
    brlcad/trunk/src/gtools/g_lint.c

Modified: brlcad/trunk/src/gtools/g_lint.c
===================================================================
--- brlcad/trunk/src/gtools/g_lint.c    2013-07-24 11:06:50 UTC (rev 56199)
+++ brlcad/trunk/src/gtools/g_lint.c    2013-07-24 17:21:50 UTC (rev 56200)
@@ -40,7 +40,7 @@
 
 #define made_it()      bu_log("Made it to %s:%d\n", __FILE__, __LINE__);
 
-#define OPT_STRING     "a:ce:g:opr:st:ux:?"
+#define OPT_STRING     "a:ce:g:opr:st:ux:?h"
 #define RAND_NUM       ((fastf_t)rand()/RAND_MAX)
 #define RAND_OFFSET    ((1 - cell_center) *    \
                         (RAND_NUM * celsiz - celsiz / 2))
@@ -50,7 +50,7 @@
 /**
  * G _ L I N T _ C T R L
  *
- * Specification of what an how to report results
+ * Specification of what and how to report results
  */
 struct g_lint_ctrl
 {
@@ -152,7 +152,7 @@
  */
 static char *usage[] = {
     "Usage: 'g_lint [options] model.g object ...'\n",
-    "Options:\n",
+    "Options (defaults in parentheses):\n",
     "  -a azim      View target from azimuth of azim (0.0 degrees)\n",
     "  -c           Fire rays from center of grid cell (random point)\n",
     "  -e elev      View target from elevation of elev (0.0 degrees)\n",

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

Reply via email to