sigh/lib/sigh/commands_generator.rb in fastlane-2.20.0.beta.20170310010058 vs sigh/lib/sigh/commands_generator.rb in fastlane-2.20.0.beta.20170311010030
- old
+ new
@@ -109,10 +109,10 @@
c.option '-f', '--force', 'Force remove all expired provisioning profiles. Required on CI.'
c.option '-e', '--clean_expired', 'Remove all expired provisioning profiles.'
c.option '-p', '--clean_pattern STRING', String, 'Remove any provisioning profiles that matches the regular expression.'
- c.example 'Remove all "iOS Team Provisioning" provisioning profiles', 'sigh manage -p "iOS\ ?Team Provisioning Profile"'
+ c.example 'Remove all "iOS Team Provisioning" provisioning profiles', 'fastlane sigh manage -p "iOS\ ?Team Provisioning Profile"'
c.action do |args, options|
Sigh::LocalManage.start(options, args)
end
end