summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthew Leeds <matthew.leeds@endlessm.com>2020-07-09 12:56:34 -0700
committerAlexander Larsson <alexander.larsson@gmail.com>2020-07-21 09:03:21 +0200
commit01a0f4ffa7743e190c9b111f01b1ebbb12b4cf2f (patch)
treee35e8129d4652bcebb7e2b0275a0ef8a3c93e02b
parent4c198d3c989850355a29d84647a72a8e8b994b73 (diff)
downloadflatpak-01a0f4ffa7743e190c9b111f01b1ebbb12b4cf2f.tar.gz
doc: Fix a typo in build-export --include docs
-rw-r--r--doc/flatpak-build-export.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/flatpak-build-export.xml b/doc/flatpak-build-export.xml
index 757d43f0..7fbb3025 100644
--- a/doc/flatpak-build-export.xml
+++ b/doc/flatpak-build-export.xml
@@ -146,7 +146,7 @@
<term><option>--include=PATTERN</option></term>
<listitem><para>
- Don't exclude files matching <arg choice="plain">PATTERN</arg> from the commit, even if they match the <option>--export</option> patterns.
+ Don't exclude files matching <arg choice="plain">PATTERN</arg> from the commit, even if they match the <option>--exclude</option> patterns.
This option can be used multiple times.
</para></listitem>
</varlistentry>