summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorAlexander Larsson <alexl@redhat.com>2016-01-22 15:21:20 +0100
committerAlexander Larsson <alexl@redhat.com>2016-01-22 15:21:20 +0100
commit7f05ac562c4f2685e9066bc4f70bf5b8c97eca13 (patch)
tree15cb847e67f31239004fb2e005c1ab9c5af7144c /doc
parentf363fddd3268d9ca6add2d3b9c6e73877f1996e0 (diff)
downloadxdg-app-7f05ac562c4f2685e9066bc4f70bf5b8c97eca13.tar.gz
update: Make both branch and name optional
We know what is installed, so we just update everything that you don't specify the details for.
Diffstat (limited to 'doc')
-rw-r--r--doc/xdg-app-update.xml12
1 files changed, 7 insertions, 5 deletions
diff --git a/doc/xdg-app-update.xml b/doc/xdg-app-update.xml
index c565dd7..f665160 100644
--- a/doc/xdg-app-update.xml
+++ b/doc/xdg-app-update.xml
@@ -32,7 +32,7 @@
<cmdsynopsis>
<command>xdg-app update</command>
<arg choice="opt" rep="repeat">OPTION</arg>
- <arg choice="plain">NAME</arg>
+ <arg choice="opt">NAME</arg>
<arg choice="opt">BRANCH</arg>
</cmdsynopsis>
</refsynopsisdiv>
@@ -44,12 +44,14 @@
Updates an application or runtime. <arg choice="plain">NAME</arg> is the
name of an installed application or runtime. Optionally,
<arg choice="plain">BRANCH</arg> can be specified to update a
- branch other than the default "master" branch.
+ specific branch, otherwise all installed branches are updated. If
+ no <arg choice="plain">NAME</arg> is given, then everything installed
+ is updated.
</para>
<para>
- By default this looks for both installed apps and runtime
- with the given <arg choice="plain">NAME</arg>, but you can
- limit this by using the --app or --runtime option.
+ By default this looks for both installed applications and
+ runtimes, but you can limit this by using the --app or
+ --runtime option.
</para>
<para>
Normally, this command updates the application to the tip