Recommend a shell script wrapper for passing arguments

This has come up as a question, so document it.
This commit is contained in:
Matthias Clasen
2016-06-03 09:08:55 -04:00
parent 3f0cbf74b4
commit a512da2592

View File

@@ -132,7 +132,7 @@
</varlistentry>
<varlistentry>
<term><option>command</option> (string)</term>
<listitem><para>The filename or path to the main binary of the application.</para></listitem>
<listitem><para>The filename or path to the main binary of the application. Note that this is really just a single file, not a commandline. If you want to pass arguments, install a shell script wrapper and use that as the command.</para></listitem>
</varlistentry>
<varlistentry>
<term><option>build-runtime</option> (boolean)</term>