diff options
author | Araq <rumpf_a@web.de> | 2012-06-24 02:34:11 +0200 |
---|---|---|
committer | Araq <rumpf_a@web.de> | 2012-06-24 02:34:11 +0200 |
commit | 869a5aa90d91fae1e522b69cf5bf4cc330d54a23 (patch) | |
tree | 099348ab1a39712040566131725c612b2a12e116 /doc/basicopt.txt | |
parent | 2d8138768af447742e1e2a6058bdb4d9273600c3 (diff) | |
download | Nim-869a5aa90d91fae1e522b69cf5bf4cc330d54a23.tar.gz |
doc2 improvements
Diffstat (limited to 'doc/basicopt.txt')
-rwxr-xr-x | doc/basicopt.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/basicopt.txt b/doc/basicopt.txt index b7bb77f75..3a29b7829 100755 --- a/doc/basicopt.txt +++ b/doc/basicopt.txt @@ -4,6 +4,7 @@ Usage:: Command: //compile, c compile project with default code generator (C) //doc generate the documentation for inputfile + //doc2 generate the documentation for the whole project //i start Nimrod in interactive mode (limited) Arguments: @@ -33,4 +34,3 @@ Options: -r, --run run the compiled program with given arguments --advanced show advanced command line switches -h, --help show this help - |