pilot/lib/pilot/commands_generator.rb in fastlane-2.95.0.beta.20180502050125 vs pilot/lib/pilot/commands_generator.rb in fastlane-2.95.0.beta.20180503050136

- old
+ new

@@ -149,10 +149,10 @@ end end command :import do |c| c.syntax = "fastlane pilot import" - c.description = "Create external testers from a CSV file" + c.description = "Import external testers from a CSV file called testers.csv" FastlaneCore::CommanderGenerator.new.generate(Pilot::Options.available_options, command: c) c.action do |args, options| config = create_config(options)