summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2016-04-14 19:18:35 -0400
committerMatthias Clasen <mclasen@redhat.com>2016-04-14 19:18:35 -0400
commitae96c039f9a3f675e999fd8408caf7e5b5188d83 (patch)
treed2c05979e069c11b39d2d554de39e5c9c3ebe1e6 /doc
parent9426438c0bbcb08fa3dcb940e0c514a975d73f39 (diff)
downloadxdg-app-ae96c039f9a3f675e999fd8408caf7e5b5188d83.tar.gz
Document --run better
The xdg-app-builder commandline with --run looks a bit different, spell this out in the docs.
Diffstat (limited to 'doc')
-rw-r--r--doc/xdg-app-builder.xml11
1 files changed, 10 insertions, 1 deletions
diff --git a/doc/xdg-app-builder.xml b/doc/xdg-app-builder.xml
index b57a11f..2666833 100644
--- a/doc/xdg-app-builder.xml
+++ b/doc/xdg-app-builder.xml
@@ -35,6 +35,14 @@
<arg choice="plain">DIRECTORY</arg>
<arg choice="plain">MANIFEST</arg>
</cmdsynopsis>
+ <cmdsynopsis>
+ <command>xdg-app-builder</command>
+ <arg choice="plain">--run</arg>
+ <arg choice="opt" rep="repeat">OPTION</arg>
+ <arg choice="plain">DIRECTORY</arg>
+ <arg choice="plain">MANIFEST</arg>
+ <arg choice="plain">COMMAND</arg>
+ </cmdsynopsis>
</refsynopsisdiv>
<refsect1>
@@ -574,7 +582,8 @@
<listitem><para>
Run a command in a sandbox based on the build dir. This starts xdg-app build, with some extra
arguments to give the same environment as the build, and the same permissions the final app
- will have.
+ will have. The command to run must be the last argument passed to
+ xdg-app-builder, after the directory and the manifest.
</para></listitem>
</varlistentry>