doc: Make xdg-app-build-init man page match reality

The order of arguments did not match what the tool expects.
DIRECTORY comes first.
tingping/wmclass
Matthias Clasen 2016-04-12 14:50:50 -04:00
parent 9ba4030564
commit e29192c89f
1 changed files with 1 additions and 1 deletions

View File

@ -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>