diff options
author | Araq <rumpf_a@web.de> | 2014-11-10 01:33:25 +0100 |
---|---|---|
committer | Araq <rumpf_a@web.de> | 2014-11-10 01:33:25 +0100 |
commit | b6e006fbbe0db7c786e4fb4a3039d544991e380c (patch) | |
tree | a1ed29727d3baeb03da87678a88631ed76e52b1c /tools | |
parent | 830e0c0009d25d84a26fc997722eee4ecd015fd9 (diff) | |
download | Nim-b6e006fbbe0db7c786e4fb4a3039d544991e380c.tar.gz |
fixes #1646
Diffstat (limited to 'tools')
-rw-r--r-- | tools/niminst/niminst.nim | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/niminst/niminst.nim b/tools/niminst/niminst.nim index 022b14209..9ee3eb9b9 100644 --- a/tools/niminst/niminst.nim +++ b/tools/niminst/niminst.nim @@ -148,7 +148,7 @@ Options: -h, --help shows this help -v, --version shows the version Compile_options: - will be passed to the Nimrod compiler + will be passed to the Nim compiler """ proc parseCmdLine(c: var TConfigData) = |