Skip to content

Commit

Permalink
Remove single quotes in command description
Browse files Browse the repository at this point in the history
  • Loading branch information
jordanbaird committed Dec 3, 2023
1 parent fe0b183 commit 1580171
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sources/Frontend/CreateICNS.swift
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ struct CreateICNS: ParsableCommand {

static let configuration = CommandConfiguration(
commandName: commandName,
abstract: "Create 'icns' and 'iconset' files from standard images.",
abstract: "Create icns and iconset files from standard images.",
usage: "\(commandName) [<options>] <input> [<output>]",
version: Version.current.versionString
)
Expand Down

0 comments on commit 1580171

Please sign in to comment.