From daa587921ca4c5eabfae4e9ae0c07b47b886695d Mon Sep 17 00:00:00 2001 From: Guillaume Perrot Date: Fri, 10 Jul 2020 14:20:53 -0700 Subject: [PATCH] Fix docs --- README.md | 2 +- .../plugin/appcenter/actions/appcenter_upload_action.rb | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 36603ac..66b2b5c 100644 --- a/README.md +++ b/README.md @@ -119,7 +119,7 @@ Here is the list of all existing parameters: | `release_notes_link`
`APPCENTER_DISTRIBUTE_RELEASE_NOTES_LINK` | Additional release notes link | | `build_number`
`APPCENTER_DISTRIBUTE_BUILD_NUMBER` | The build number, required for macOS .pkg and .dmg builds, as well as Android ProGuard `mapping.txt` when using `upload_mapping_only` | | `version`
`APPCENTER_DISTRIBUTE_VERSION` | The build version, required for .pkg, .dmg, .zip and .msi builds, as well as Android ProGuard `mapping.txt` when using `upload_mapping_only` | -| `timeout`
`APPCENTER_DISTRIBUTE_TIMEOUT` | Request timeout in seconds applied to individual HTTP requests. Some commands use multiple HTTP requests, large file uploads are also split in multiple HTTP requests. | +| `timeout`
`APPCENTER_DISTRIBUTE_TIMEOUT` | Request timeout in seconds applied to individual HTTP requests. Some commands use multiple HTTP requests, large file uploads are also split in multiple HTTP requests | | `dsa_signature`
`APPCENTER_DISTRIBUTE_DSA_SIGNATURE` | DSA signature of the macOS or Windows release for Sparkle update feed | | `strict`
`APPCENTER_STRICT_MODE` | Strict mode, set to 'true' to fail early in case a potential error was detected | diff --git a/lib/fastlane/plugin/appcenter/actions/appcenter_upload_action.rb b/lib/fastlane/plugin/appcenter/actions/appcenter_upload_action.rb index e8c2109..016a0d9 100644 --- a/lib/fastlane/plugin/appcenter/actions/appcenter_upload_action.rb +++ b/lib/fastlane/plugin/appcenter/actions/appcenter_upload_action.rb @@ -634,7 +634,7 @@ def self.available_options FastlaneCore::ConfigItem.new(key: :timeout, env_name: "APPCENTER_DISTRIBUTE_TIMEOUT", - description: "Request timeout in seconds", + description: "Request timeout in seconds applied to individual HTTP requests. Some commands use multiple HTTP requests, large file uploads are also split in multiple HTTP requests", optional: true, type: Integer),