Revision: 55843
http://sourceforge.net/p/brlcad/code/55843
Author: carlmoore
Date: 2013-06-25 20:00:47 +0000 (Tue, 25 Jun 2013)
Log Message:
-----------
add h and ? for help; omit run-with-no-arguments
Modified Paths:
--------------
brlcad/trunk/src/fb/fbfree.c
Modified: brlcad/trunk/src/fb/fbfree.c
===================================================================
--- brlcad/trunk/src/fb/fbfree.c 2013-06-25 19:20:23 UTC (rev 55842)
+++ brlcad/trunk/src/fb/fbfree.c 2013-06-25 20:00:47 UTC (rev 55843)
@@ -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