diff --git a/lib/fastlane/plugin/shorebird/actions/shorebird_patch_action.rb b/lib/fastlane/plugin/shorebird/actions/shorebird_patch_action.rb index 87ae830..b56e96d 100644 --- a/lib/fastlane/plugin/shorebird/actions/shorebird_patch_action.rb +++ b/lib/fastlane/plugin/shorebird/actions/shorebird_patch_action.rb @@ -17,8 +17,7 @@ def self.authors end def self.details - # TODO - "Create a Shorebird patch" + "Create a Shorebird patch for the provided platform with the given arguments." end def self.available_options diff --git a/lib/fastlane/plugin/shorebird/actions/shorebird_release_action.rb b/lib/fastlane/plugin/shorebird/actions/shorebird_release_action.rb index d3a6e53..ec65f05 100644 --- a/lib/fastlane/plugin/shorebird/actions/shorebird_release_action.rb +++ b/lib/fastlane/plugin/shorebird/actions/shorebird_release_action.rb @@ -17,7 +17,7 @@ def self.authors end def self.details - "Create a Shorebird release for the given platform." + "Create a Shorebird release for the provided platform with the given arguments." end def self.available_options