Skip to content

Commit 98860b3

Browse files
Refine description for SwiftManifestJsonHandler
Signed-off-by: Keshav Priyadarshi <git@keshav.space> Co-authored-by: Philippe Ombredanne <pombredanne@nexb.com>
1 parent 75ea06a commit 98860b3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/packagedcode/swift.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ class SwiftManifestJsonHandler(models.DatafileHandler):
5252
path_patterns = ("*/Package.swift.json",)
5353
default_package_type = "swift"
5454
default_primary_language = "Swift"
55-
description = "json dump of swift manifest"
55+
description = "JSON dump of Package.swift created with ``swift package dump-package > Package.swift.json``"
5656
documentation_url = "https://docs.swift.org/package-manager/PackageDescription/PackageDescription.html"
5757

5858
@classmethod

0 commit comments

Comments
 (0)