]> git.mxchange.org Git - flightgear.git/blobdiff - Stripe_w/options.c
Changes to allow multiple copies of the scenery processing tools
[flightgear.git] / Stripe_w / options.c
index cbc9d4e15c029e5c5eb6bdc94c6f1a52772475d9..7e1243e247c7c60edf4bcd16717816fe473badb6 100644 (file)
@@ -84,7 +84,7 @@ double get_options(int argc, char **argv, int *f, int *t, int *tr, int *group)
      /*      User has the wrong number of options */
        if ((argc > 5) || (argc < 2))
        {
-               printf("Usage: bands -[file_option][ties_option][triangulation_option][normal_difference] file_name\n");
+               printf("Usage: bands -[file_option][ties_option][triangulation_option][normal_difference] in_file_name out_file_name\n");
                exit(0);
        }