Changeset 19849 for trunk


Ignore:
Timestamp:
11/01/19 14:20:12 (5 years ago)
Author:
tbretz
Message:
Added description of --check to Usage
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Mars/ceres.cc

    r19848 r19849  
    6565    gLog << "   --ind=path                Input path of Corsika files if sequence used" << endl;
    6666    gLog << "                              [def=standard path in datacenter]" << endl;
     67    gLog << "   --check                   Can be used to check whether the input files are valid." << endl;
     68    gLog << "                             0 is returned in case of success. Warnings can be" << endl;
     69    gLog << "                             suppressed with -v1." << endl;
    6770    gLog << "   --outf=filename           Output filename. Combines all input files into" << endl;
    6871    gLog << "                              one output file. (Note that the output file will" << endl;
Note: See TracChangeset for help on using the changeset viewer.