mirror of
https://github.com/mas-cli/mas
synced 2025-02-16 20:48:30 +00:00
Fix casing of command description
The other commands start upper-cased.
This commit is contained in:
parent
dcc82b46ba
commit
50b438011a
1 changed files with 1 additions and 1 deletions
|
@ -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() {
|
||||
|
|
Loading…
Add table
Reference in a new issue