diff options
Diffstat (limited to 'rod/commands.nim')
-rwxr-xr-x | rod/commands.nim | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/rod/commands.nim b/rod/commands.nim index c5648afe5..ffd117cd8 100755 --- a/rod/commands.nim +++ b/rod/commands.nim @@ -26,8 +26,8 @@ proc processSwitch*(switch, arg: string, pass: TCmdlinePass, info: TLineInfo) # implementation const - HelpMessage = "Nimrod Compiler Version $1 (" & compileDate & ") [$2: $3]" & - "\n" & "Copyright (c) 2004-2011 by Andreas Rumpf" & "\n" + HelpMessage = "Nimrod Compiler Version $1 (" & compileDate & ") [$2: $3]\n" & + "Copyright (c) 2004-2011 by Andreas Rumpf\n" const Usage = """ @@ -70,6 +70,7 @@ Options: AdvancedUsage = """ Advanced commands: + compileToOC, oc compile project to Objective C code run run the project (with Tiny C backend; buggy!) pretty pretty print the inputfile genDepend generate a DOT file containing the |