Revision: 54509
http://brlcad.svn.sourceforge.net/brlcad/?rev=54509&view=rev
Author: carlmoore
Date: 2013-02-28 17:57:32 +0000 (Thu, 28 Feb 2013)
Log Message:
-----------
insert indentation and a 'Possible arguments ...' line
Modified Paths:
--------------
brlcad/trunk/src/util/bwfilter.c
Modified: brlcad/trunk/src/util/bwfilter.c
===================================================================
--- brlcad/trunk/src/util/bwfilter.c 2013-02-28 17:02:20 UTC (rev 54508)
+++ brlcad/trunk/src/util/bwfilter.c 2013-02-28 17:57:32 UTC (rev 54509)
@@ -273,9 +273,10 @@
int i;
fputs(usage, stderr);
+ fputs("Possible arguments for type (-f):\n",stderr);
i = 0;
while (kernel[i].name != NULL) {
- fprintf(stderr, "%-10s%s\n", kernel[i].uname, kernel[i].name);
+ fprintf(stderr, " %-10s%s\n", kernel[i].uname, kernel[i].name);
i++;
}
}
This was sent by the SourceForge.net collaborative development platform, the
world's largest Open Source development site.
------------------------------------------------------------------------------
Everyone hates slow websites. So do we.
Make your web apps faster with AppDynamics
Download AppDynamics Lite for free today:
http://p.sf.net/sfu/appdyn_d2d_feb
_______________________________________________
BRL-CAD Source Commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/brlcad-commits