diff options
author | Andreas Rumpf <andreas@andreas-laptop> | 2010-03-14 01:25:25 +0100 |
---|---|---|
committer | Andreas Rumpf <andreas@andreas-laptop> | 2010-03-14 01:25:25 +0100 |
commit | 7bf98411b6d4dfd203371b5d2ec0a5ef3a2305df (patch) | |
tree | 23f76f650800ca9508e17869cc83fc8061d1f310 /rod/nimrod.nim | |
parent | 3dafd6856bfd644e9cf518b36e5bfedc3220a702 (diff) | |
download | Nim-7bf98411b6d4dfd203371b5d2ec0a5ef3a2305df.tar.gz |
version 0.8.8
Diffstat (limited to 'rod/nimrod.nim')
-rwxr-xr-x | rod/nimrod.nim | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/rod/nimrod.nim b/rod/nimrod.nim index 8f83aa5cd..a6f3365c2 100755 --- a/rod/nimrod.nim +++ b/rod/nimrod.nim @@ -42,7 +42,7 @@ proc ProcessCmdLine(pass: TCmdLinePass, command, filename: var string) = if pass == passCmd2: arguments = cmdLineRest(p) if not (optRun in gGlobalOptions) and (arguments != ""): - rawMessage(errArgsNeedRunOption) + rawMessage(errArgsNeedRunOption, []) proc HandleCmdLine() = var start = getTime() |