Fix casing of command description

The other commands start upper-cased.
This commit is contained in:
Maximilian Blochberger 2020-03-21 11:44:28 +01:00
parent dcc82b46ba
commit 50b438011a
No known key found for this signature in database
GPG key ID: A2A8F3CC6591A5FA

View file

@ -12,7 +12,7 @@ import CommerceKit
public struct PurchaseCommand: CommandProtocol {
public typealias Options = PurchaseOptions
public let verb = "purchase"
public let function = "purchase and download free apps from the Mac App Store"
public let function = "Purchase and download free apps from the Mac App Store"
/// Designated initializer.
public init() {