Skip to content

Commit

Permalink
- Fix usage
Browse files Browse the repository at this point in the history
git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@9048 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
  • Loading branch information
sjoelund committed May 20, 2011
1 parent 4349c82 commit 0444e85
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion OMPlot/OMPlotGUI/main.cpp
Expand Up @@ -45,7 +45,7 @@ using namespace OMPlot;

void printUsage()
{
printf("Usage: OMPlot [OPTION] [filename] [variable names]\n");
printf("Usage: OMPlot [OPTION] [--filename=NAME] [variable names]\n");
printf("OPTIONS\n");
printf(" --title=TITLE Sets the TITLE of the plot window\n");
printf(" --filename=NAME Sets the NAME of the file to plot\n");
Expand Down

0 comments on commit 0444e85

Please sign in to comment.