- Timestamp:
- Aug 5, 2008, 2:07:07 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branch_20080719/ippTools/src/pzgetexpConfig.c
r18622 r18923 2 2 * pzgetexpConfig.c 3 3 * 4 * Copyright (C) 2006 Joshua Hoblitt4 * Copyright (C) 2006-2008 Joshua Hoblitt 5 5 * 6 6 * This program is free software; you can redistribute it and/or modify it … … 51 51 psMetadataAddStr(args , PS_LIST_TAIL, "-telescope", 0, 52 52 "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 53 58 54 59 bool status = false; … … 61 66 fprintf(stderr, "error parsing arguments\n"); 62 67 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", 64 69 argv[0]); 65 70 psArgumentHelp(args);
Note:
See TracChangeset
for help on using the changeset viewer.
