Revision: 56810
          http://sourceforge.net/p/brlcad/code/56810
Author:   mohitdaga
Date:     2013-08-13 20:52:19 +0000 (Tue, 13 Aug 2013)
Log Message:
-----------
Add higher dimensional flag in bwrect

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

Modified: brlcad/trunk/doc/docbook/system/man1/en/bwrect.xml
===================================================================
--- brlcad/trunk/doc/docbook/system/man1/en/bwrect.xml  2013-08-13 19:31:54 UTC 
(rev 56809)
+++ brlcad/trunk/doc/docbook/system/man1/en/bwrect.xml  2013-08-13 20:52:19 UTC 
(rev 56810)
@@ -17,6 +17,7 @@
 <refsynopsisdiv xml:id='synopsis'>
 <cmdsynopsis>
   <command>bwrect</command>
+    <arg choice='opt'>-h </arg>
     <arg choice='opt'>-s <replaceable>squaresize</replaceable></arg>
     <arg choice='opt'>-w <replaceable>width</replaceable></arg>
     <arg choice='opt'>-n <replaceable>height</replaceable></arg>

Modified: brlcad/trunk/src/util/bwrect.c
===================================================================
--- brlcad/trunk/src/util/bwrect.c      2013-08-13 19:31:54 UTC (rev 56809)
+++ brlcad/trunk/src/util/bwrect.c      2013-08-13 20:52:19 UTC (rev 56810)
@@ -40,7 +40,7 @@
 
 
 char usage[] = "\
-Usage:  bwrect squaresize] [-w width] [-n height] [-W out_width ] [-N 
out_height] \n\
+Usage:  bwrect [-h] [squaresize] [-w width] [-n height] [-W out_width ] [-N 
out_height] \n\
                        [-x xorig] [-y yorig] [-S out_squaresize] [-o 
out_file.bw] [file.bw] > [out_file.bw]\n";
 
 

This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.


------------------------------------------------------------------------------
Get 100% visibility into Java/.NET code with AppDynamics Lite!
It's a free troubleshooting tool designed for production.
Get down to code-level detail for bottlenecks, with <2% overhead. 
Download for free and get started troubleshooting in minutes. 
http://pubads.g.doubleclick.net/gampad/clk?id=48897031&iu=/4140/ostg.clktrk
_______________________________________________
BRL-CAD Source Commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/brlcad-commits

Reply via email to