Revision: 70173
          http://sourceforge.net/p/brlcad/code/70173
Author:   brlcad
Date:     2017-08-31 15:37:24 +0000 (Thu, 31 Aug 2017)
Log Message:
-----------
fixed gdiff help string.  now sports a quite different usage synopsis.

Modified Paths:
--------------
    brlcad/trunk/src/gtools/gdiff/gdiff.c

Modified: brlcad/trunk/src/gtools/gdiff/gdiff.c
===================================================================
--- brlcad/trunk/src/gtools/gdiff/gdiff.c       2017-08-31 15:18:54 UTC (rev 
70172)
+++ brlcad/trunk/src/gtools/gdiff/gdiff.c       2017-08-31 15:37:24 UTC (rev 
70173)
@@ -233,7 +233,7 @@
 
 static void
 gdiff_usage(const char *str) {
-    bu_log("Usage: %s [-acmrv] file1.g file2.g\n", str);
+    bu_log("Usage: %s [-adhmux] [-v {0-4}] [-t tol] [-F \"filter_string\"] [-M 
merged.g] left.g [ancestor.g] right.g\n", str);
     bu_exit(1, NULL);
 }
 

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


------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
_______________________________________________
BRL-CAD Source Commits mailing list
brlcad-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/brlcad-commits

Reply via email to