diff --git a/ApplicationCode/Application/Tools/RiaArgumentParser.cpp b/ApplicationCode/Application/Tools/RiaArgumentParser.cpp index f4f7697a2b..1287cdad13 100644 --- a/ApplicationCode/Application/Tools/RiaArgumentParser.cpp +++ b/ApplicationCode/Application/Tools/RiaArgumentParser.cpp @@ -61,8 +61,11 @@ bool RiaArgumentParser::parseArguments(cvf::ProgramOptions* progOpt) progOpt->registerOption("project", "", "Open project file .", cvf::ProgramOptions::SINGLE_VALUE); progOpt->registerOption("last", "", "Open last used project."); progOpt->registerOption("case", - " [ ...]", - "Imports the Eclipse cases. is the filepath to the case without extension (.GRID/.EGRID)", + " [ ...]", + "Imports the Eclipse cases specified by case name with or without extension." + "If , import the corresponding grid file and summary file" + "If has extension .GRRID/.EGRID, import the grid file and corresponding summary file" + "If has extension .SMSPEC, import the summary file (does not open the corresponding grid file)", cvf::ProgramOptions::MULTI_VALUE); progOpt->registerOption("size", " ", "Set size of the main application window.", cvf::ProgramOptions::MULTI_VALUE); progOpt->registerOption("console", "", "Run as a console application without Graphics");