diff options
author | Andreas Rumpf <rumpf_a@web.de> | 2015-07-05 00:41:13 +0200 |
---|---|---|
committer | Andreas Rumpf <rumpf_a@web.de> | 2015-07-05 00:41:13 +0200 |
commit | 1ad729ee3b4738cffcbf0009e8849cb57b729e91 (patch) | |
tree | df142eada07fbf4b84daf87a25e2d763219609bc /doc | |
parent | b9ccd060130f570c501ecd96b261d8eb2a7f2cb3 (diff) | |
parent | 62b55592e8e0857ed37d2f60ddd78ff959c0821b (diff) | |
download | Nim-1ad729ee3b4738cffcbf0009e8849cb57b729e91.tar.gz |
Merge pull request #3020 from flaviut/rename-crc-to-hash
CRC -> Hash
Diffstat (limited to 'doc')
-rw-r--r-- | doc/nimc.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/nimc.txt b/doc/nimc.txt index fb1873539..e90c38002 100644 --- a/doc/nimc.txt +++ b/doc/nimc.txt @@ -318,7 +318,7 @@ with the project: .. code-block:: Nim {.compile: "myfile.cpp".} -**Note**: Nim computes a CRC checksum and only recompiles the file if it +**Note**: Nim computes a SHA1 checksum and only recompiles the file if it has changed. You can use the ``-f`` command line option to force recompilation of the file. |