Skip to content

Commit

Permalink
Add text that "debug"-flags are also for experimental features
Browse files Browse the repository at this point in the history
git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@16925 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
  • Loading branch information
sjoelund committed Aug 27, 2013
1 parent f1136af commit 7b82dba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Compiler/Util/Flags.mo
Original file line number Diff line number Diff line change
Expand Up @@ -1687,7 +1687,7 @@ algorithm

case {"debug"}
equation
str1 = System.gettext("The debug flag takes a comma-separated list of flags which are used by the\ncompiler for debugging. Flags prefixed with \"-\" or \"no\" will be disabled.\n");
str1 = System.gettext("The debug flag takes a comma-separated list of flags which are used by the\ncompiler for debugging or experimental purposes.\nFlags prefixed with \"-\" or \"no\" will be disabled.\n");
str2 = System.gettext("The available flags are (+ are enabled by default, - are disabled):\n\n");
strs = List.map(List.sort(allDebugFlags,compareDebugFlags), printDebugFlag);
help = stringAppendList(str1 :: str2 :: strs);
Expand Down

0 comments on commit 7b82dba

Please sign in to comment.