IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Oct 30, 2009, 3:47:06 PM (17 years ago)
Author:
bills
Message:

flesh out versioning and cleanup functions

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ppbgrestore/src/ppbgrestoreArguments.c

    r25972 r25973  
    88pmConfig *ppbgrestoreArguments(int argc, char *argv[])
    99{
     10    if (argc == 1) {
     11        usage();
     12    }
     13
     14    if (psArgumentGet(argc, argv, "-version")) {
     15        ppbgrestoreVersionPrint();
     16        exit(0);
     17    }
     18
    1019    pmConfig *config = pmConfigRead(&argc, argv, NULL);
    1120    if (config == NULL) {
Note: See TracChangeset for help on using the changeset viewer.