./lib/cupertino/provisioning_portal/commands/profiles.rb in cupertino-1.2.0 vs ./lib/cupertino/provisioning_portal/commands/profiles.rb in cupertino-1.2.1

- old
+ new

@@ -177,11 +177,11 @@ end end alias_command :'profiles:devices:remove', :'profiles:manage:devices:remove' -command :'profiles:devices:list' do |c| - c.syntax = 'ios profiles:devices:list [NAME]' +command :'profiles:manage:devices:list' do |c| + c.syntax = 'ios profiles:manage:devices:list [NAME]' c.summary = 'List devices for a development provisioning profile' c.option '--type [TYPE]', [:development, :distribution], "Type of profile (development or distribution; defaults to development)" c.action do |args, options|