diff --git a/ApplicationCode/Application/Tools/RiaArgumentParser.cpp b/ApplicationCode/Application/Tools/RiaArgumentParser.cpp index 1da9c3d39b..5db8c68b3a 100644 --- a/ApplicationCode/Application/Tools/RiaArgumentParser.cpp +++ b/ApplicationCode/Application/Tools/RiaArgumentParser.cpp @@ -80,7 +80,7 @@ bool RiaArgumentParser::parseArguments( cvf::ProgramOptions* progOpt ) progOpt->registerOption( "startdir", "", "Set startup directory.\n", cvf::ProgramOptions::SINGLE_VALUE ); progOpt->registerOption( "summaryplot", - "[] []", + "[] ", "Creates a summary plot using all the ," "and all the summary vectors defined in ." "Use --summaryplot -help to show a more detailed help text.\n", diff --git a/ApplicationCode/Commands/SummaryPlotCommands/RicSummaryPlotFeatureImpl.cpp b/ApplicationCode/Commands/SummaryPlotCommands/RicSummaryPlotFeatureImpl.cpp index 925094e582..3f73745439 100644 --- a/ApplicationCode/Commands/SummaryPlotCommands/RicSummaryPlotFeatureImpl.cpp +++ b/ApplicationCode/Commands/SummaryPlotCommands/RicSummaryPlotFeatureImpl.cpp @@ -846,13 +846,13 @@ QString RicSummaryPlotFeatureImpl::summaryPlotCommandLineHelpText() QString txt = "The --summaryplot option has the following syntax:\n" "\n" - "[] []\n" + "[] \n" "\n" "It creates one summary plot for each of the the summary vectors matched by the " " using all the in each plot.\n" "The has the syntax [:[:[:i,j,k]]] and can be repeated.\n" "Wildcards can also be used, eg. \"WOPT:*\" to select the total oil production from all the wells.\n" - "3D Grid properties from restart files can also be requested in the form :i,i,k.\n" + "3D Grid properties from restart files can also be requested in the form :i,j,k.\n" "The can be written with or without extension.\n" "As long as only summary vectors are requested, only the corresponding SMSPEC file will be opened for each case.\n" "If a grid property is requested, however (eg. SOIL:20,21,1) the corresponding EGRID and restart data will be loaded as well.\n"