Revision: 55713
          http://sourceforge.net/p/brlcad/code/55713
Author:   carlmoore
Date:     2013-06-11 21:18:40 +0000 (Tue, 11 Jun 2013)
Log Message:
-----------
for fb-fb, implement h and ?

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

Modified: brlcad/trunk/src/fb/fb-fb.c
===================================================================
--- brlcad/trunk/src/fb/fb-fb.c 2013-06-11 21:01:22 UTC (rev 55712)
+++ brlcad/trunk/src/fb/fb-fb.c 2013-06-11 21:18:40 UTC (rev 55713)
@@ -51,7 +51,7 @@
 {
     int c;
 
-    while ((c = bu_getopt(argc, argv, "vF:")) != -1) {
+    while ((c = bu_getopt(argc, argv, "vF:h?")) != -1) {
        switch (c) {
            case 'F':
                out_fb_name = 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