Skip to content

Commit fd311d6

Browse files
committed
Update CLI descriptions
1 parent ab77627 commit fd311d6

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

lib/fastlane/plugin/firebase_app_distribution/actions/firebase_app_distribution_action.rb

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -513,12 +513,12 @@ def self.available_options
513513
# Release Testing
514514
FastlaneCore::ConfigItem.new(key: :test_devices,
515515
env_name: "FIREBASEAPPDISTRO_TEST_DEVICES",
516-
description: "List of devices to run automated tests on, in the format 'model=<model-id>,version=<os-version-id>,locale=<locale>,orientation=<orientation>;model=<model-id>,...'. Run 'gcloud firebase test android|ios models list' to see available devices. Note: This feature is in beta.",
516+
description: "List of devices to run automated tests on, in the format 'model=<model-id>,version=<os-version-id>,locale=<locale>,orientation=<orientation>;model=<model-id>,...'. Run 'gcloud firebase test android|ios models list' to see available devices. Note: This feature is in beta",
517517
optional: true,
518518
type: String),
519519
FastlaneCore::ConfigItem.new(key: :test_devices_file,
520520
env_name: "FIREBASEAPPDISTRO_TEST_DEVICES_FILE",
521-
description: "Path to file containing a list of devices to run automated tests on, in the format 'model=<model-id>,version=<os-version-id>,locale=<locale>,orientation=<orientation>;model=<model-id>,...'. Run 'gcloud firebase test android|ios models list' to see available devices. Note: This feature is in beta.",
521+
description: "Path to file containing a list of devices to run automated tests on, in the format 'model=<model-id>,version=<os-version-id>,locale=<locale>,orientation=<orientation>;model=<model-id>,...'. Run 'gcloud firebase test android|ios models list' to see available devices. Note: This feature is in beta",
522522
optional: true,
523523
type: String),
524524
FastlaneCore::ConfigItem.new(key: :test_username,
@@ -538,7 +538,7 @@ def self.available_options
538538
optional: true,
539539
type: String),
540540
FastlaneCore::ConfigItem.new(key: :test_async,
541-
description: "Run tests asynchronously. Visit the Firebase console for the automatic test results.",
541+
description: "Run tests asynchronously. Visit the Firebase console for the automatic test results",
542542
optional: false,
543543
default_value: false,
544544
type: Boolean),

0 commit comments

Comments
 (0)