Skip to content

Commit

Permalink
Change the help text
Browse files Browse the repository at this point in the history
git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@16025 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
  • Loading branch information
sjoelund committed May 14, 2013
1 parent 9e44f9c commit 22ecd6e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Compiler/Util/Flags.mo
Expand Up @@ -1613,7 +1613,7 @@ algorithm
("simulation",str5),
("topics",str6)
};
str = System.gettext("The available topics to get help on are as follows:\n");
str = System.gettext("The available topics (help(\"topics\")) are as follows:\n");
strs = List.map(topics,makeTopicString);
help = str +& stringDelimitList(strs,"\n");
then help;
Expand Down

0 comments on commit 22ecd6e

Please sign in to comment.