Skip to content

Commit

Permalink
Fix --message flag help description (#623)
Browse files Browse the repository at this point in the history
  • Loading branch information
Richienb committed Sep 16, 2021
1 parent c97b1df commit dddd07c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/cli-implementation.js
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ const cli = meow(`
--release-draft-only Only opens a GitHub release draft for the latest published version
--test-script Name of npm run script to run tests before publishing (default: test)
--no-2fa Don't enable 2FA on new packages (not recommended)
--message Version bump commit message, '%s' will be replaced with version (default: default: '%s' with npm and 'v%s' with yarn)
--message Version bump commit message, '%s' will be replaced with version (default: '%s' with npm and 'v%s' with yarn)
Examples
$ np
Expand Down

0 comments on commit dddd07c

Please sign in to comment.