Revision: 55918
http://sourceforge.net/p/brlcad/code/55918
Author: carlmoore
Date: 2013-07-01 21:03:03 +0000 (Mon, 01 Jul 2013)
Log Message:
-----------
change h to H option, so that h can be used if merely seeking help; sorry I do
not see options for width, height, squaresize
Modified Paths:
--------------
brlcad/trunk/src/fb/fbpoint.c
Modified: brlcad/trunk/src/fb/fbpoint.c
===================================================================
--- brlcad/trunk/src/fb/fbpoint.c 2013-07-01 20:10:21 UTC (rev 55917)
+++ brlcad/trunk/src/fb/fbpoint.c 2013-07-01 21:03:03 UTC (rev 55918)
@@ -56,7 +56,7 @@
void SimpleInput(void);
char usage[] = "\
-Usage: fbpoint [-h] [-x[prefix]] [-y[prefix]] [initx inity]\n";
+Usage: fbpoint [-H] [-x[prefix]] [-y[prefix]] [initx inity]\n";
static char *help = "\
Char: Command: \r\n\
@@ -147,7 +147,7 @@
curX = curY = -1;
while (argc > 1) {
- if (BU_STR_EQUAL(argv[1], "-h")) {
+ if (BU_STR_EQUAL(argv[1], "-H")) {
width = height = 1024;
} else if (bu_strncmp(argv[1], "-x", 2) == 0) {
if (xflag++ != 0)
This was sent by the SourceForge.net collaborative development platform, the
world's largest Open Source development site.
------------------------------------------------------------------------------
This SF.net email is sponsored by Windows:
Build for Windows Store.
http://p.sf.net/sfu/windows-dev2dev
_______________________________________________
BRL-CAD Source Commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/brlcad-commits