summaryrefslogtreecommitdiff
path: root/doc/flatpak-update.xml
diff options
context:
space:
mode:
authorMario Sanchez Prada <mario@endlessm.com>2016-12-19 14:04:02 +0000
committerAlexander Larsson <alexander.larsson@gmail.com>2016-12-19 15:12:06 +0100
commit40eb7fb07d964fa2f10bc1a4d121614a8b222e0f (patch)
tree7e4e32be6fa13cef91c68386f050a0f404098e2d /doc/flatpak-update.xml
parent8737153ded9ec925d994e1e862fa0e8e79b5262f (diff)
downloadflatpak-40eb7fb07d964fa2f10bc1a4d121614a8b222e0f.tar.gz
Add bits to document the multiple installations feature
Documented the --installation parameter for all the CLI commands that accept it, and added a small generic description in the main flatpak document.
Diffstat (limited to 'doc/flatpak-update.xml')
-rw-r--r--doc/flatpak-update.xml17
1 files changed, 14 insertions, 3 deletions
diff --git a/doc/flatpak-update.xml b/doc/flatpak-update.xml
index e26c60b6..1c792bd0 100644
--- a/doc/flatpak-update.xml
+++ b/doc/flatpak-update.xml
@@ -70,8 +70,8 @@
version, with the --commit option.
</para>
<para>
- Unless overridden with the --user option, this command updates
- a system-wide installation.
+ Unless overridden with the --user or the --installation option, this command updates
+ the default system-wide installation.
</para>
</refsect1>
@@ -103,7 +103,18 @@
<term><option>--system</option></term>
<listitem><para>
- Update a system-wide installation.
+ Update the default system-wide installation.
+ </para></listitem>
+ </varlistentry>
+
+ <varlistentry>
+ <term><option>--installation=NAME</option></term>
+
+ <listitem><para>
+ Updates a system-wide installation specified by <arg choice="plain">NAME</arg>
+ among those defined in <filename>/etc/flatpak/installations.d</filename>.
+ Using <arg choice="plain">--installation=default</arg> is equivalent to using
+ <arg choice="plain">--system</arg>.
</para></listitem>
</varlistentry>