File tree Expand file tree Collapse file tree 7 files changed +7
-7
lines changed Expand file tree Collapse file tree 7 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ import Foundation
1212struct ExampleCommand : ParsableCommand {
1313 @Argument ( help: " Name to give the new Amazon SNS topic " )
1414 var name : String
15- @Option ( help: " Name of the Amazon S3 Region to use (default: us-east-1) " )
15+ @Option ( help: " Name of the Amazon Region to use (default: us-east-1) " )
1616 var region = " us-east-1 "
1717
1818 static var configuration = CommandConfiguration (
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ import Foundation
1212struct ExampleCommand : ParsableCommand {
1313 @Argument ( help: " The ARN of the Amazon SNS topic to delete " )
1414 var arn : String
15- @Option ( help: " Name of the Amazon S3 Region to use (default: us-east-1) " )
15+ @Option ( help: " Name of the Amazon Region to use (default: us-east-1) " )
1616 var region = " us-east-1 "
1717
1818 static var configuration = CommandConfiguration (
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ struct ExampleCommand: ParsableCommand {
1313 var arn : String
1414 @Argument ( help: " The message to publish to the topic " )
1515 var message : String
16- @Option ( help: " Name of the Amazon S3 Region to use (default: us-east-1) " )
16+ @Option ( help: " Name of the Amazon Region to use (default: us-east-1) " )
1717 var region = " us-east-1 "
1818
1919 static var configuration = CommandConfiguration (
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ struct ExampleCommand: ParsableCommand {
1414 var arn : String
1515 @Argument ( help: " The email address to subscribe to the topic " )
1616 var email : String
17- @Option ( help: " Name of the Amazon S3 Region to use (default: us-east-1) " )
17+ @Option ( help: " Name of the Amazon Region to use (default: us-east-1) " )
1818 var region = " us-east-1 "
1919
2020 static var configuration = CommandConfiguration (
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ struct ExampleCommand: ParsableCommand {
1414 var arn : String
1515 @Argument ( help: " The phone number to subscribe to the topic " )
1616 var phone : String
17- @Option ( help: " Name of the Amazon S3 Region to use (default: us-east-1) " )
17+ @Option ( help: " Name of the Amazon Region to use (default: us-east-1) " )
1818 var region = " us-east-1 "
1919
2020 static var configuration = CommandConfiguration (
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ import Foundation
1212struct ExampleCommand : ParsableCommand {
1313 @Argument ( help: " The ARN of the subscriber to unsubscribe " )
1414 var arn : String
15- @Option ( help: " Name of the Amazon S3 Region to use (default: us-east-1) " )
15+ @Option ( help: " Name of the Amazon Region to use (default: us-east-1) " )
1616 var region = " us-east-1 "
1717
1818 static var configuration = CommandConfiguration (
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ import AWSSNS
1111import Foundation
1212
1313struct ExampleCommand : ParsableCommand {
14- @Option ( help: " Name of the Amazon S3 Region to use (default: us-east-1) " )
14+ @Option ( help: " Name of the Amazon Region to use (default: us-east-1) " )
1515 var region = " us-east-1 "
1616
1717 static var configuration = CommandConfiguration (
You can’t perform that action at this time.
0 commit comments