diff options
Diffstat (limited to 'rod/c2nim/c2nim.nim')
-rwxr-xr-x | rod/c2nim/c2nim.nim | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/rod/c2nim/c2nim.nim b/rod/c2nim/c2nim.nim index f1cb05920..f4e185445 100755 --- a/rod/c2nim/c2nim.nim +++ b/rod/c2nim/c2nim.nim @@ -1,7 +1,7 @@ # # # c2nim - C to Nimrod source converter -# (c) Copyright 2010 Andreas Rumpf +# (c) Copyright 2011 Andreas Rumpf # # See the file "copying.txt", included in this # distribution, for details about the copyright. @@ -15,7 +15,7 @@ const Version = NimrodVersion Usage = """ c2nim - C to Nimrod source converter - (c) 2010 Andreas Rumpf + (c) 2011 Andreas Rumpf Usage: c2nim [options] inputfile [options] Options: -o, --out:FILE set output filename |