File tree Expand file tree Collapse file tree
src/main/java/fr/jmmc/oitools Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -393,7 +393,7 @@ protected static void showArgumentsHelp() {
393393 info ("|------------------------------------------------------------------------------------|" );
394394 info ("| command " + COMMAND_HELP + " Show this help |" );
395395 info ("| command " + COMMAND_LIST + " List content of several oifits files |" );
396- info ("| command " + COMMAND_LIST_BL + " List baselines and triplets used by several oifits files |" );
396+ info ("| command " + COMMAND_LIST_BL + " List baselines and triplets used by several oifits files |" );
397397 info ("| command " + COMMAND_DUMP + " Dump the given oifits files |" );
398398 info ("| command " + COMMAND_CONVERT + " Convert the given input file |" );
399399 info ("| command " + COMMAND_MERGE + " Merge several oifits files |" );
@@ -408,10 +408,14 @@ protected static void showArgumentsHelp() {
408408 info ("| [-target] <value> Filter result on given Target |" );
409409 info ("| [-insname] <value> Filter result on given InsName |" );
410410 info ("| [-night] <value> Filter result on given Night (integer) |" );
411+ info ("| |" );
411412 info ("| [-baselines] <values> Filter result on given Baselines or Triplets (comma-separated) |" );
412413 info ("| [-mjds] <values> Filter result on given MJD ranges (comma-separated pairs) |" );
413414 info ("| [-wavelengths] <values> Filter result on given wavelength ranges (comma-separated pairs) |" );
414415 info ("| |" );
416+ info ("| <values> can be String or Range values (like 1e-6,2e-6) (comma-separated); |" );
417+ info ("| use the prefix '" + OPTION_PREFIX_EXCLUDE + "' to have an exclusive filter |" );
418+ info ("| |" );
415419 info ("| Following columns may be available (OIFITS2 standard): |" );
416420
417421 // dump extra arguments from OIFITS2 data model:
You can’t perform that action at this time.
0 commit comments