Update documentation for executable stanza format

Signed-off-by: Justin Wood <justin.k.wood@protonmail.com>
This commit is contained in:
Justin Wood 2018-07-12 15:50:29 -04:00
parent bff39c3426
commit 69b8b8e9ba
1 changed files with 3 additions and 3 deletions

View File

@ -199,9 +199,9 @@ format of executable stanzas is as follows:
.. code:: scheme .. code:: scheme
(executable (executable
((name <name>) (name <name>)
<optional-fields> <optional-fields>
)) )
``<name>`` is a module name that contains the main entry point of the ``<name>`` is a module name that contains the main entry point of the
executable. There can be additional modules in the current directory, you only executable. There can be additional modules in the current directory, you only