IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 15470


Ignore:
Timestamp:
Nov 6, 2007, 10:36:49 AM (19 years ago)
Author:
Paul Price
Message:

Adding helpful output when arguments can't be read.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ppMerge/src/ppMergeConfig.c

    r15308 r15470  
    5050    // Parse the arguments
    5151    if (!psArgumentParse(arguments, &argc, argv) || argc < 3) {
     52        psErrorStackPrint(stderr, "Unable to parse arguments.");
    5253        psFree(config);
    5354        usage(argv[0], arguments);
Note: See TracChangeset for help on using the changeset viewer.