Changeset 31148
- Timestamp:
- Apr 4, 2011, 11:45:44 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/ipp-20110213/psphot/src/psphotForcedArguments.c
r30772 r31148 112 112 PS_ARGUMENTS_THREADS( psphot, config, argc, argv ) 113 113 114 if (psArgumentGet(argc, argv, "-help") || 115 psArgumentGet(argc, argv, "-h")) 116 writeHelpInfo(argv[0], config, stdout); 117 114 118 // visual : interactive display mode 115 119 if ((N = psArgumentGet (argc, argv, "-visual"))) { … … 176 180 } 177 181 178 if (psArgumentGet(argc, argv, "-help") ||179 psArgumentGet(argc, argv, "-h"))180 writeHelpInfo(argv[0], config, stdout);181 182 182 // the input file is a required argument; if not found, we will exit 183 183 status = pmConfigFileSetsMD (config->arguments, &argc, argv, "INPUT", "-file", "-list");
Note:
See TracChangeset
for help on using the changeset viewer.
