Updates description

This commit is contained in:
Simon Støvring 2022-12-12 06:37:25 +01:00
parent 3869d1c2bd
commit 4d7d121c97
No known key found for this signature in database
GPG Key ID: 30FC5A50FD993021
1 changed files with 1 additions and 1 deletions

View File

@ -29,7 +29,7 @@ Valid values are:
var rankSpacing: Float?
static let configuration = CommandConfiguration(
abstract: "A Swift command-line tool to graph package dependencies"
abstract: "Generates graphs of the dependencies in an Xcode project or Swift package."
)
func run() throws {