Revision: 57373
          http://sourceforge.net/p/brlcad/code/57373
Author:   mohitdaga
Date:     2013-09-01 17:39:23 +0000 (Sun, 01 Sep 2013)
Log Message:
-----------
update the synopsis and man page.

Modified Paths:
--------------
    brlcad/trunk/doc/docbook/system/man1/en/bw-pix.xml
    brlcad/trunk/src/util/bw-pix.c

Modified: brlcad/trunk/doc/docbook/system/man1/en/bw-pix.xml
===================================================================
--- brlcad/trunk/doc/docbook/system/man1/en/bw-pix.xml  2013-09-01 17:01:24 UTC 
(rev 57372)
+++ brlcad/trunk/doc/docbook/system/man1/en/bw-pix.xml  2013-09-01 17:39:23 UTC 
(rev 57373)
@@ -17,7 +17,14 @@
 <refsynopsisdiv xml:id='synopsis'>
 <cmdsynopsis>
   <command>bw-pix</command>
+   <arg choice='opt'>
+    <arg choice='opt'>-s <replaceable>squaresize</replaceable></arg>
+    <arg choice='opt'>-w <replaceable>width</replaceable></arg>
+    <arg choice='opt'>-n <replaceable>height</replaceable></arg>
+   </arg> 
+    <arg choice='opt'>-o <replaceable>out.pix</replaceable></arg>
     <arg choice='opt'><replaceable>in.bw</replaceable></arg>
+    <arg choice='plain'><replaceable>&gt;</replaceable></arg>
     <arg choice='opt'><replaceable>out.pix</replaceable></arg>
 </cmdsynopsis>
 </refsynopsisdiv>

Modified: brlcad/trunk/src/util/bw-pix.c
===================================================================
--- brlcad/trunk/src/util/bw-pix.c      2013-09-01 17:01:24 UTC (rev 57372)
+++ brlcad/trunk/src/util/bw-pix.c      2013-09-01 17:39:23 UTC (rev 57373)
@@ -31,7 +31,8 @@
 #include "bu.h"
 
 char usage[] = "\
-Usage: bw-pix [-h] [-o out_file.pix] [file.pix] > [out_file.pix]\n";
+Usage: bw-pix [-h] [[-s squaresize] [-w width] [-n height]]\n\
+[-o out_file.pix] [file.pix] > [out_file.pix]\n";
 
 char *out_file = NULL;
 char *in_file = NULL;

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

Reply via email to