Skip to content

Commit dddd07c

Browse files
authored
Fix --message flag help description (#623)
1 parent c97b1df commit dddd07c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

β€Žsource/cli-implementation.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ const cli = meow(`
3636
--release-draft-only Only opens a GitHub release draft for the latest published version
3737
--test-script Name of npm run script to run tests before publishing (default: test)
3838
--no-2fa Don't enable 2FA on new packages (not recommended)
39-
--message Version bump commit message, '%s' will be replaced with version (default: default: '%s' with npm and 'v%s' with yarn)
39+
--message Version bump commit message, '%s' will be replaced with version (default: '%s' with npm and 'v%s' with yarn)
4040
4141
Examples
4242
$ np

0 commit comments

Comments
 (0)