diff options
author | Araq <rumpf_a@web.de> | 2012-01-05 00:46:51 +0100 |
---|---|---|
committer | Araq <rumpf_a@web.de> | 2012-01-05 00:46:51 +0100 |
commit | 8aa4e4670716f04e6029c24b052c09a4a3cc0ae4 (patch) | |
tree | 03d0cf61161cd8f2bf21324b77b5ec3fab6ae17e /tools/nimgrep.nim | |
parent | 9152193e41c83b1dda3f34e6a630acbf1e1a0134 (diff) | |
download | Nim-8aa4e4670716f04e6029c24b052c09a4a3cc0ae4.tar.gz |
implemented incompleteStruct pragma; embedded debugger works with posix module
Diffstat (limited to 'tools/nimgrep.nim')
-rwxr-xr-x | tools/nimgrep.nim | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/nimgrep.nim b/tools/nimgrep.nim index 87849178e..01669f002 100755 --- a/tools/nimgrep.nim +++ b/tools/nimgrep.nim @@ -1,7 +1,7 @@ # # # Nimrod Grep Utility -# (c) Copyright 2011 Andreas Rumpf +# (c) Copyright 2012 Andreas Rumpf # # See the file "copying.txt", included in this # distribution, for details about the copyright. @@ -14,7 +14,7 @@ const Version = "0.8" Usage = "nimgrep - Nimrod Grep Utility Version " & version & """ - (c) 2011 Andreas Rumpf + (c) 2012 Andreas Rumpf Usage: nimgrep [options] [pattern] [replacement] (file/directory)* Options: |