Revision: 55571
          http://sourceforge.net/p/brlcad/code/55571
Author:   carlmoore
Date:     2013-05-24 21:02:44 +0000 (Fri, 24 May 2013)
Log Message:
-----------
-h , -?

Modified Paths:
--------------
    brlcad/trunk/src/util/bw-ps.c

Modified: brlcad/trunk/src/util/bw-ps.c
===================================================================
--- brlcad/trunk/src/util/bw-ps.c       2013-05-24 20:57:01 UTC (rev 55570)
+++ brlcad/trunk/src/util/bw-ps.c       2013-05-24 21:02:44 UTC (rev 55571)
@@ -55,7 +55,7 @@
 void postlog(FILE *fp);
 
 static char usage[] = "\
-Usage: bw-ps [-e] [-c] [-L] [-h]\n\
+Usage: bw-ps [-e] [-c] [-L]\n\
        [-s input_squaresize] [-w input_width] [-n input_height]\n\
        [-S inches_square] [-W inches_width] [-N inches_height] [file.bw]\n";
 
@@ -64,22 +64,20 @@
 {
     int c;
 
-    while ((c = bu_getopt(argc, argv, "ehcLs:w:n:S:W:N:")) != -1) {
+    while ((c = bu_getopt(argc, argv, "ecLs:w:n:S:W:N:h?")) != -1) {
        switch (c) {
            case 'e':
                /* Encapsulated PostScript */
                encapsulated++;
                break;
-           case 'h':
-               /* high-res */
-               height = width = 1024;
-               break;
            case 'c':
                center = 1;
                break;
            case 'L':
                landscape = 1;
                break;
+/* -h was removed; in its place use -s 1024
+ */
            case 's':
                /* square file size */
                height = width = atoi(bu_optarg);

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


------------------------------------------------------------------------------
Try New Relic Now & We'll Send You this Cool Shirt
New Relic is the only SaaS-based application performance monitoring service 
that delivers powerful full stack analytics. Optimize and monitor your
browser, app, & servers with just a few lines of code. Try New Relic
and get this awesome Nerd Life shirt! http://p.sf.net/sfu/newrelic_d2d_may
_______________________________________________
BRL-CAD Source Commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/brlcad-commits

Reply via email to