mirror of
https://github.com/nim-lang/Nim.git
synced 2026-06-09 05:14:20 +00:00
Fix paragraph break issue in nimc.txt. Add spacing to command line options table.
This commit is contained in:
@@ -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)
|
||||
|
||||
@@ -28,10 +28,14 @@ Compiler Usage
|
||||
|
||||
Command line switches
|
||||
---------------------
|
||||
Basic command line switches are:
|
||||
Basic command line switches are:
|
||||
|
||||
Usage:
|
||||
|
||||
.. include:: basicopt.txt
|
||||
|
||||
----
|
||||
|
||||
Advanced command line switches are:
|
||||
|
||||
.. include:: advopt.txt
|
||||
|
||||
Reference in New Issue
Block a user