Revision: 55860
          http://sourceforge.net/p/brlcad/code/55860
Author:   carlmoore
Date:     2013-06-26 17:02:51 +0000 (Wed, 26 Jun 2013)
Log Message:
-----------
provide h,? help; omitted run-with-no-arguments, because that currently gives 
help regarding the framebuffer!

Modified Paths:
--------------
    brlcad/trunk/src/fb/fbhelp.c

Modified: brlcad/trunk/src/fb/fbhelp.c
===================================================================
--- brlcad/trunk/src/fb/fbhelp.c        2013-06-26 16:49:45 UTC (rev 55859)
+++ brlcad/trunk/src/fb/fbhelp.c        2013-06-26 17:02:51 UTC (rev 55860)
@@ -45,7 +45,7 @@
     int c;
     FBIO *fbp;
 
-    while ((c = bu_getopt(argc, argv, "F:")) != -1) {
+    while ((c = bu_getopt(argc, argv, "F:h?")) != -1) {
        switch (c) {
            case 'F':
                framebuffer = bu_optarg;

This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.


------------------------------------------------------------------------------
This SF.net email is sponsored by Windows:

Build for Windows Store.

http://p.sf.net/sfu/windows-dev2dev
_______________________________________________
BRL-CAD Source Commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/brlcad-commits

Reply via email to