Revision: 57366
http://sourceforge.net/p/brlcad/code/57366
Author: mohitdaga
Date: 2013-09-01 15:47:43 +0000 (Sun, 01 Sep 2013)
Log Message:
-----------
add recently added parameters (r57364) in bu_getopt
Revision Links:
--------------
http://sourceforge.net/p/brlcad/code/57364
Modified Paths:
--------------
brlcad/trunk/src/util/pix-bw.c
Modified: brlcad/trunk/src/util/pix-bw.c
===================================================================
--- brlcad/trunk/src/util/pix-bw.c 2013-09-01 15:19:13 UTC (rev 57365)
+++ brlcad/trunk/src/util/pix-bw.c 2013-09-01 15:47:43 UTC (rev 57366)
@@ -58,7 +58,7 @@
static const char usage[] = "\
pix-bw [-h] [-s squaresize] [-w width] [-n height] \n\
- [ [-e ntsc|crt ] [-R red_weight] [-G green_weight] [-B
blue_weight] ] \n\
+ [ [-e ntsc|crt] [[-R red_weight] [-G green_weight] [-B
blue_weight]] ]\n\
[-o out_file.bw] [file.bw] > [out_file.bw] \n";
double multiplier = 0.5;
@@ -68,7 +68,7 @@
{
int c;
- while ((c = bu_getopt(argc, argv, "R:G:B:o:h?NC")) != -1) {
+ while ((c = bu_getopt(argc, argv, "s:w:n:R:G:B:o:h?NC")) != -1) {
switch (c) {
case 'e' :
if(BU_STR_EQUAL(bu_optarg, "ntsc")) {
This was sent by the SourceForge.net collaborative development platform, the
world's largest Open Source development site.
------------------------------------------------------------------------------
Learn the latest--Visual Studio 2012, SharePoint 2013, SQL 2012, more!
Discover the easy way to master current and previous Microsoft technologies
and advance your career. Get an incredible 1,500+ hours of step-by-step
tutorial videos with LearnDevNow. Subscribe today and save!
http://pubads.g.doubleclick.net/gampad/clk?id=58040911&iu=/4140/ostg.clktrk
_______________________________________________
BRL-CAD Source Commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/brlcad-commits