Skip to content

Commit 1247e4d

Browse files
committed
Update fix help
1 parent a1fc4bc commit 1247e4d

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
@@ -45,7 +45,7 @@ const config: CliCommandConfig = {
4545
description: `Provide a list of ${terminalLink(
4646
'GHSA IDs',
4747
'https://docs.github.com/en/code-security/security-advisories/working-with-global-security-advisories-from-the-github-advisory-database/about-the-github-advisory-database#about-ghsa-ids',
48-
)} to compute fixes for, as either a comma separated value or as multiple flags`,
48+
)} to compute fixes for, as either a comma separated value or as multiple flags.\n Use '--ghsa auto' to automatically lookup GHSA IDs and compute fixes for them.`,
4949
isMultiple: true,
5050
},
5151
limit: {

0 commit comments

Comments
 (0)