summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2016-04-12 14:50:50 -0400
committerMatthias Clasen <mclasen@redhat.com>2016-04-12 14:52:04 -0400
commite29192c89f9c3d0dffe8420b98356089985a885d (patch)
tree02a852c94b24adca4fd86b44e1c2054507dc6ba7 /doc
parent9ba40305642ac6b9e1f620512232fc64076d022d (diff)
downloadxdg-app-e29192c89f9c3d0dffe8420b98356089985a885d.tar.gz
doc: Make xdg-app-build-init man page match reality
The order of arguments did not match what the tool expects. DIRECTORY comes first.
Diffstat (limited to 'doc')
-rw-r--r--doc/xdg-app-build-init.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/xdg-app-build-init.xml b/doc/xdg-app-build-init.xml
index f85cb87..63035e8 100644
--- a/doc/xdg-app-build-init.xml
+++ b/doc/xdg-app-build-init.xml
@@ -32,8 +32,8 @@
<cmdsynopsis>
<command>xdg-app build-init</command>
<arg choice="opt" rep="repeat">OPTION</arg>
- <arg choice="plain">APPNAME</arg>
<arg choice="plain">DIRECTORY</arg>
+ <arg choice="plain">APPNAME</arg>
<arg choice="plain">SDK</arg>
<arg choice="plain">RUNTIME</arg>
<arg choice="opt">BRANCH</arg>