Revision: 56786
          http://sourceforge.net/p/brlcad/code/56786
Author:   tbrowder2
Date:     2013-08-13 13:41:46 +0000 (Tue, 13 Aug 2013)
Log Message:
-----------
remove command name from usage string (fixes double listing inside mged)

Modified Paths:
--------------
    brlcad/trunk/src/libged/comb_color.c

Modified: brlcad/trunk/src/libged/comb_color.c
===================================================================
--- brlcad/trunk/src/libged/comb_color.c        2013-08-13 13:38:18 UTC (rev 
56785)
+++ brlcad/trunk/src/libged/comb_color.c        2013-08-13 13:41:46 UTC (rev 
56786)
@@ -34,7 +34,7 @@
     struct directory *dp;
     struct rt_db_internal intern;
     struct rt_comb_internal *comb;
-    static const char *usage = "comb_color combination R G B";
+    static const char *usage = "combination R G B";
 
     GED_CHECK_DATABASE_OPEN(gedp, GED_ERROR);
     GED_CHECK_READ_ONLY(gedp, GED_ERROR);

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