diff options
author | Andreas Rumpf <rumpf_a@web.de> | 2016-02-06 15:29:25 +0100 |
---|---|---|
committer | Andreas Rumpf <rumpf_a@web.de> | 2016-02-06 15:29:25 +0100 |
commit | 58f6bfb1dc44fc0cf406df6ddb3aae0c3974ed03 (patch) | |
tree | e124cba307a57a4de72754654791d00eb48b2770 /tests/manyloc/argument_parser/argument_parser.nim | |
parent | 19677a11b0680f5e76300608bc6dd61fd90229e8 (diff) | |
parent | 3941b8968cd44e4c629e29493fc4c8ffda5005f8 (diff) | |
download | Nim-58f6bfb1dc44fc0cf406df6ddb3aae0c3974ed03.tar.gz |
Merge branch 'devel' of github.com:nim-lang/Nim into devel
Diffstat (limited to 'tests/manyloc/argument_parser/argument_parser.nim')
-rw-r--r-- | tests/manyloc/argument_parser/argument_parser.nim | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/manyloc/argument_parser/argument_parser.nim b/tests/manyloc/argument_parser/argument_parser.nim index 060610ae0..97de552e3 100644 --- a/tests/manyloc/argument_parser/argument_parser.nim +++ b/tests/manyloc/argument_parser/argument_parser.nim @@ -1,4 +1,4 @@ -## Command line parsing module for Nimrod. +## Command line parsing module for Nim. ## ## `Nim <http://nim-lang.org>`_ provides the `parseopt module ## <http://nim-lang.org/parseopt.html>`_ to parse options from the |