Revision: 55858
          http://sourceforge.net/p/brlcad/code/55858
Author:   carlmoore
Date:     2013-06-26 16:46:52 +0000 (Wed, 26 Jun 2013)
Log Message:
-----------
implement h,? help; explain the last 13 items in Usage

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

Modified: brlcad/trunk/src/fb/fbgammamod.c
===================================================================
--- brlcad/trunk/src/fb/fbgammamod.c    2013-06-26 16:01:37 UTC (rev 55857)
+++ brlcad/trunk/src/fb/fbgammamod.c    2013-06-26 16:46:52 UTC (rev 55858)
@@ -36,11 +36,12 @@
 #include "fb.h"
 #include "pkg.h"
 
-char *options = "vf:F:";
+char *options = "vf:F:h?";
 
 static char usage[] = "\
 Usage: fbgammamod [-v] [-f in_file] [-F framebuffer] \
-       r+ r* r_gam g+ g* g_gam b+ b* b_gam global_pre_gam global+ global* 
global_post_gam\n";
+       r+ r* r_gam g+ g* g_gam b+ b* b_gam global_pre_gam global+ global* 
global_post_gam\n\
+       (last 13 items after '-F framebuffer' are numbers which are input to 
program variables)\n";
 
 int verbose = 0;
 char *framebuffer = (char *)NULL;

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