Revision: 55570
          http://sourceforge.net/p/brlcad/code/55570
Author:   carlmoore
Date:     2013-05-24 20:57:01 +0000 (Fri, 24 May 2013)
Log Message:
-----------
implement -h , -?

Modified Paths:
--------------
    brlcad/trunk/src/util/bw-png.c

Modified: brlcad/trunk/src/util/bw-png.c
===================================================================
--- brlcad/trunk/src/util/bw-png.c      2013-05-24 18:22:43 UTC (rev 55569)
+++ brlcad/trunk/src/util/bw-png.c      2013-05-24 20:57:01 UTC (rev 55570)
@@ -58,7 +58,7 @@
 {
     int c;
 
-    while ((c = bu_getopt(argc, argv, "as:w:n:")) != -1) {
+    while ((c = bu_getopt(argc, argv, "as:w:n:h?")) != -1) {
        switch (c) {
            case 'a':
                autosize = 1;

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

Reply via email to