IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Aug 5, 2008, 2:07:07 PM (18 years ago)
Author:
eugene
Message:

updates from HEAD

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_branch_20080719/ippTools/src/pzgetexpConfig.c

    r18622 r18923  
    22 * pzgetexpConfig.c
    33 *
    4  * Copyright (C) 2006  Joshua Hoblitt
     4 * Copyright (C) 2006-2008  Joshua Hoblitt
    55 *
    66 * This program is free software; you can redistribute it and/or modify it
     
    5151    psMetadataAddStr(args , PS_LIST_TAIL, "-telescope",  0,
    5252        "telescope name (required)", "");
     53    psMetadataAddS32(args, PS_LIST_TAIL, "-timeout",  0,
     54        "HTTP timeout", 0);
     55    psMetadataAddBool(args, PS_LIST_TAIL, "-all",  0,
     56        "download ALL filesets", 0);
     57
    5358
    5459    bool status = false;
     
    6166        fprintf(stderr, "error parsing arguments\n");
    6267        printf("\nPan-STARRS Phase Z Get Exposures Tool\n");
    63         printf("Usage: %s -uri <uri> -inst <camera> -telescope <telescope>\n\n",
     68        printf("Usage: %s -uri <uri> -inst <camera> -telescope <telescope> [-timeout <n>]\n\n",
    6469            argv[0]);
    6570        psArgumentHelp(args);
Note: See TracChangeset for help on using the changeset viewer.