Fix paragraph break issue in nimc.txt. Add spacing to command line options table.

This commit is contained in:
Nick Greenfield
2014-12-21 18:49:39 -05:00
parent e6abd673b8
commit eba4b4008d
3 changed files with 12 additions and 3 deletions

View File

@@ -609,6 +609,10 @@ table {
border-collapse: collapse;
border-spacing: 0; }
table th, table td {
padding: 0px 8px 0px;
}
.table {
width: 100%;
margin-bottom: 20px; }

View File

@@ -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)

View File

@@ -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