Skip to content

Commit

Permalink
Updated help text
Browse files Browse the repository at this point in the history
  • Loading branch information
magnesj committed Sep 24, 2014
1 parent 2d36af4 commit 212b41f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ApplicationCode/Application/RiaApplication.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -839,7 +839,7 @@ bool RiaApplication::parseArguments()
progOpt.setOptionPrefix(cvf::ProgramOptions::DOUBLE_DASH);

m_helpText = QString("\n%1 v. %2\n").arg(RI_APPLICATION_NAME).arg(getVersionStringApp(false));
m_helpText += "Copyright Statoil ASA, Ceetron AS 2011, 2012\n\n";
m_helpText += "Copyright Statoil ASA, Ceetron Solution AS, Ceetron AS\n\n";

const cvf::String usageText = progOpt.usageText(110, 30);
m_helpText += cvfqt::Utils::toQString(usageText);
Expand Down

0 comments on commit 212b41f

Please sign in to comment.