Skip to content

Commit

Permalink
Revert "Remove single quotes in command description"
Browse files Browse the repository at this point in the history
This reverts commit 1580171.
  • Loading branch information
jordanbaird committed Dec 3, 2023
1 parent 1580171 commit 9af64aa
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 9af64aa

Please sign in to comment.