From 90bd06304a414fe934841e8d9d714f55c6121ff1 Mon Sep 17 00:00:00 2001 From: Matthew Leeds Date: Fri, 22 Jul 2016 13:32:45 -0400 Subject: [PATCH] docs: Clarify which options can be used multiple times Some of the options do not explicitly say they can be used multiple times even though it's clear from the code that they can. This commit fixes that by saying so in the manpages. --- doc/flatpak-build-export.xml | 5 ++++- doc/flatpak-build-init.xml | 2 ++ doc/flatpak-build-sign.xml | 3 ++- doc/flatpak-build-update-repo.xml | 3 ++- doc/flatpak-builder.xml | 1 + 5 files changed, 11 insertions(+), 3 deletions(-) diff --git a/doc/flatpak-build-export.xml b/doc/flatpak-build-export.xml index d121f970..73863024 100644 --- a/doc/flatpak-build-export.xml +++ b/doc/flatpak-build-export.xml @@ -115,6 +115,7 @@ Exclude files matching PATTERN from the commit. + This option can be used multiple times. @@ -123,6 +124,7 @@ Don't exclude files matching PATTERN from the commit, even if they match the --export patterns. + This option can be used multiple times. @@ -158,7 +160,8 @@ - Sign the commit with this GPG key + Sign the commit with this GPG key. + This option can be used multiple times. diff --git a/doc/flatpak-build-init.xml b/doc/flatpak-build-init.xml index cbd43fa0..7ad9252e 100644 --- a/doc/flatpak-build-init.xml +++ b/doc/flatpak-build-init.xml @@ -113,6 +113,7 @@ Add a tag to the metadata file. + This option can be used multiple times. @@ -121,6 +122,7 @@ When using --writable-sdk, in addition to the sdk, also install the specified extension. + This option can be used multiple times. diff --git a/doc/flatpak-build-sign.xml b/doc/flatpak-build-sign.xml index 068aa24d..b37da39a 100644 --- a/doc/flatpak-build-sign.xml +++ b/doc/flatpak-build-sign.xml @@ -75,7 +75,8 @@ - Sign the commit with this GPG key + Sign the commit with this GPG key. + This option can be used multiple times. diff --git a/doc/flatpak-build-update-repo.xml b/doc/flatpak-build-update-repo.xml index 1de2eff1..4799c404 100644 --- a/doc/flatpak-build-update-repo.xml +++ b/doc/flatpak-build-update-repo.xml @@ -81,7 +81,8 @@ - Sign the commit with this GPG key + Sign the commit with this GPG key. + This option can be used multiple times. diff --git a/doc/flatpak-builder.xml b/doc/flatpak-builder.xml index 19abf38e..f2cc0432 100644 --- a/doc/flatpak-builder.xml +++ b/doc/flatpak-builder.xml @@ -701,6 +701,7 @@ Sign the commit with this GPG key. Used when exporting the build results. + This option can be used multiple times.