Revision: 73946
          http://sourceforge.net/p/brlcad/code/73946
Author:   brlcad
Date:     2019-09-17 21:47:04 +0000 (Tue, 17 Sep 2019)
Log Message:
-----------
spell them out

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

Modified: brlcad/trunk/src/libged/libfuncs.c
===================================================================
--- brlcad/trunk/src/libged/libfuncs.c  2019-09-17 21:29:50 UTC (rev 73945)
+++ brlcad/trunk/src/libged/libfuncs.c  2019-09-17 21:47:04 UTC (rev 73946)
@@ -35,7 +35,7 @@
 {
     mat_t o;
     double az, el;
-    static const char *usage = "az el";
+    static const char *usage = "azimuth elevation";
 
     GED_CHECK_DATABASE_OPEN(gedp, GED_ERROR);
     GED_CHECK_ARGC_GT_0(gedp, argc, GED_ERROR);

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



_______________________________________________
BRL-CAD Source Commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/brlcad-commits

Reply via email to