Skip to content

Commit 5262423

Browse files
committed
Minor description nit of hidden PURL flag
1 parent d3bacfd commit 5262423

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/commands/fix/cmd-fix.mts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ const hiddenFlags: MeowFlags = {
115115
description: `Provide a list of ${terminalLink(
116116
'PURLs',
117117
'https://github.com/package-url/purl-spec?tab=readme-ov-file#purl',
118-
)} to compute fixes for, as either a comma separated value or as\nmultiple flags, instead of querying the Socket API`,
118+
)} to compute fixes for, as either a comma separated value or as\nmultiple flags`,
119119
isMultiple: true,
120120
shortFlag: 'p',
121121
hidden: true,

0 commit comments

Comments
 (0)