diff options
author | Nick Greenfield <boyd.greenfield@gmail.com> | 2014-12-21 18:49:39 -0500 |
---|---|---|
committer | Nick Greenfield <boyd.greenfield@gmail.com> | 2014-12-21 18:49:39 -0500 |
commit | eba4b4008d3c09cd7c20db360e4bfc1bfefe7630 (patch) | |
tree | 85dd6179d1753cf56a0beeee0aaedab398a84be0 /doc/basicopt.txt | |
parent | e6abd673b801682a7ccac9ed4f545e1fc8feb26e (diff) | |
download | Nim-eba4b4008d3c09cd7c20db360e4bfc1bfefe7630.tar.gz |
Fix paragraph break issue in nimc.txt. Add spacing to command line options table.
Diffstat (limited to 'doc/basicopt.txt')
-rw-r--r-- | doc/basicopt.txt | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/doc/basicopt.txt b/doc/basicopt.txt index e8aaa2e4c..ffb374f18 100644 --- a/doc/basicopt.txt +++ b/doc/basicopt.txt @@ -1,5 +1,6 @@ -Usage:: - nim command [options] [projectfile] [arguments] +:: + + nim command [options] [projectfile] [arguments] Command: //compile, c compile project with default code generator (C) |