Skip to content

Commit 110b187

Browse files
committed
Fix help formatting
1 parent 44972ab commit 110b187

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
@@ -82,7 +82,7 @@ const config: CliCommandConfig = {
8282
description: `Provide a list of ${terminalLink(
8383
'PURLs',
8484
'https://github.com/package-url/purl-spec?tab=readme-ov-file#purl',
85-
)} to compute fixes for, as either a comma separated value or as multiple flags,\n instead of querying the Socket API`,
85+
)} to compute fixes for, as either a comma separated value or as\n multiple flags, instead of querying the Socket API`,
8686
isMultiple: true,
8787
shortFlag: 'p',
8888
},

0 commit comments

Comments
 (0)