Skip to content

Commit

Permalink
Merge branch '1277852-CommandLineInterface' of https://github.com/NRE…
Browse files Browse the repository at this point in the history
…L/EnergyPlusTeam into 1277852-CommandLineInterface
  • Loading branch information
Monika Sharma committed Oct 7, 2014
2 parents ded8831 + 999ea96 commit d41108c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/EnergyPlus/CommandLineInterface.cc
Original file line number Diff line number Diff line change
Expand Up @@ -153,9 +153,9 @@ namespace CommandLineInterface{
ezOptionParser opt;

opt.overview = VerString;
opt.example = "EnergyPlus -i custom.idd -w weather.epw -d output/ -p prefix -r input.idf";
opt.example = "energyplus -i custom.idd -w weather.epw -d output/ -p prefix -r input.idf";

opt.syntax = "EnergyPlus [options] [input file]";
opt.syntax = "energyplus [options] [input file]";

opt.add("", 0, 0, 0, "Display this message", "-h", "--help");

Expand Down

6 comments on commit d41108c

@nrel-bot
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

1277852-CommandLineInterface (monika0603) - x86_64-Linux-Ubuntu-14.04-gcc-4.8: Build Failed

Build Badge Test Badge

@nrel-bot
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

1277852-CommandLineInterface (monika0603) - x86_64-Linux-Ubuntu-14.04-cppcheck-1.61: OK (0 of 0 tests passed)

Build Badge

@nrel-bot
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

1277852-CommandLineInterface (monika0603) - x86_64-MacOS-10.9-clang: Tests Failed

Build Badge Test Badge

@nrel-bot
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

1277852-CommandLineInterface (monika0603) - x86_64-MacOS-10.9-clang-Debug: Tests Failed

Build Badge Test Badge

@nrel-bot
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

1277852-CommandLineInterface (monika0603) - i386-Windows-7-VisualStudio-12: Build Failed

Build Badge Test Badge

@nrel-bot
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

1277852-CommandLineInterface (monika0603) - Win64-Windows-7-VisualStudio-12: Build Failed

Build Badge Test Badge

Please sign in to comment.