Revision: 54950
          http://brlcad.svn.sourceforge.net/brlcad/?rev=54950&view=rev
Author:   carlmoore
Date:     2013-03-28 19:59:47 +0000 (Thu, 28 Mar 2013)
Log Message:
-----------
provide Usage based on the man page, but the program is allowed to continue 
running

Modified Paths:
--------------
    brlcad/trunk/src/mged/cad_boundp.c

Modified: brlcad/trunk/src/mged/cad_boundp.c
===================================================================
--- brlcad/trunk/src/mged/cad_boundp.c  2013-03-28 19:48:54 UTC (rev 54949)
+++ brlcad/trunk/src/mged/cad_boundp.c  2013-03-28 19:59:47 UTC (rev 54950)
@@ -133,6 +133,11 @@
     static int tflag = 0;      /* set if "-t" option found */
     int c;             /* option letter */
 
+if (argc==1) {
+    fprintf(stderr,"Usage: cad_boundp [ -i input ] [ -o output ] [ -t 
tolerance ] [ -v ]\n");
+    fprintf(stderr,"       Program continues running:\n");
+}
+
 #ifdef DEBUG
     fprintf(stderr, "\n\t\tGetArgs\n");
 #endif

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


------------------------------------------------------------------------------
Own the Future-Intel(R) Level Up Game Demo Contest 2013
Rise to greatness in Intel's independent game demo contest. Compete 
for recognition, cash, and the chance to get your game on Steam. 
$5K grand prize plus 10 genre and skill prizes. Submit your demo 
by 6/6/13. http://altfarm.mediaplex.com/ad/ck/12124-176961-30367-2
_______________________________________________
BRL-CAD Source Commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/brlcad-commits

Reply via email to