Revision: 64336
http://sourceforge.net/p/brlcad/code/64336
Author: carlmoore
Date: 2015-03-03 17:45:01 +0000 (Tue, 03 Mar 2015)
Log Message:
-----------
reformat the Usage for pixsubst
Modified Paths:
--------------
brlcad/trunk/src/util/pixsubst.c
Modified: brlcad/trunk/src/util/pixsubst.c
===================================================================
--- brlcad/trunk/src/util/pixsubst.c 2015-03-03 16:55:47 UTC (rev 64335)
+++ brlcad/trunk/src/util/pixsubst.c 2015-03-03 17:45:01 UTC (rev 64336)
@@ -39,10 +39,9 @@
size_t ret;
if (argc != 4 && argc != 7) {
- bu_log("Usage:\n");
- bu_log("\t%s [R_in G_in B_in] R_out G_out B_out < pix_in > pix_out\n",
argv[0]);
- bu_log("\t\tRGB_in is changed to RGB_out\n");
- bu_log("\t\tif RGB_in is not provided, the first pixel input is
used\n");
+ bu_log("Usage: %s [R_in G_in B_in] R_out G_out B_out < pix_in >
pix_out\n", argv[0]);
+ bu_log("\t\tRGB_in is changed to RGB_out .\n");
+ bu_log("\t\tIf RGB_in is not provided, the first pixel input is
used.\n");
bu_exit(1, NULL);
}
This was sent by the SourceForge.net collaborative development platform, the
world's largest Open Source development site.
------------------------------------------------------------------------------
Dive into the World of Parallel Programming The Go Parallel Website, sponsored
by Intel and developed in partnership with Slashdot Media, is your hub for all
things parallel software development, from weekly thought leadership blogs to
news, videos, case studies, tutorials and more. Take a look and join the
conversation now. http://goparallel.sourceforge.net/
_______________________________________________
BRL-CAD Source Commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/brlcad-commits