Skip to content

Commit

Permalink
cli: Add option-specific help to help description.
Browse files Browse the repository at this point in the history
  • Loading branch information
raineorshine committed Mar 27, 2024
1 parent f93ee31 commit 994ac45
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/bin/cli.ts
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ ${chalk.dim.underline(
option.long === '--version'
? optionVersionDescription
: option.long === '--help'
? `You're lookin' at it.`
? `You're lookin' at it. Run "ncu --help <option>" for a specific option.`
: Help.prototype.optionDescription(option),
})
// add hidden -v alias for --V/--version
Expand Down

0 comments on commit 994ac45

Please sign in to comment.