Skip to content

Commit 40615ea

Browse files
matttyim-lee
andauthored
Update command abstract
Co-authored-by: Yim Lee <yim_lee@apple.com>
1 parent d33978f commit 40615ea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/Commands/SwiftPackageRegistryTool.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ public struct SwiftPackageRegistryTool: ParsableCommand {
4545
public static var configuration = CommandConfiguration(
4646
commandName: "package-registry",
4747
_superCommandName: "swift",
48-
abstract: "Perform operations on Swift packages",
48+
abstract: "Interact with package registry and manage related configuration",
4949
discussion: "SEE ALSO: swift package",
5050
version: SwiftVersion.currentVersion.completeDisplayString,
5151
subcommands: [

0 commit comments

Comments
 (0)