Changeset 12008 for trunk


Ignore:
Timestamp:
09/07/11 15:23:03 (13 years ago)
Author:
lyard
Message:
improve help of fitsdump
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/FACT++/src/fitsdump.cc

    r11914 r12008  
    761761            return -1;
    762762    }
    763 
    764763
    765764    if (conf.Get<bool>("list"))
     
    10461045#endif
    10471046                                                  , "Name of input table")
    1048         ("col,c",       vars<string>(),             "List of columns to dump")
     1047        ("col,c",       vars<string>(),             "List of columns to dump\narg is a list of columns, separated by a space.\nAdditionnally, a list of sub-columns can be added\ne.g. Data[3] will dump sub-column 3 of column Data\nData[3:4] will dump sub-columns 3 and 4\nOmitting this argument dump the entire column\nnota: all indices start at zero")
    10491048        ("outfile,o",   var<string>("/dev/stdout"), "Name of output file (-:/dev/stdout)")
    10501049        ("precision,p", var<int>(20),               "Precision of ofstream")
Note: See TracChangeset for help on using the changeset viewer.