Merge pull request #1015 from ankhers/update_executable_stanza_documentation

Update documentation for executable stanza format
This commit is contained in:
Rudi Grinberg 2018-07-13 15:19:11 +02:00 committed by GitHub
commit 266590452d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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