Skip to content

Commit

Permalink
Fix help output
Browse files Browse the repository at this point in the history
  • Loading branch information
sindresorhus committed Jan 24, 2021
1 parent be9686d commit 0df5574
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ $ np --help
Options
--any-branch Allow publishing from any branch
--branch Name of the release branch (default: master)
--branch Name of the release branch (default: main | master)
--no-cleanup Skips cleanup of node_modules
--no-tests Skips tests
--yolo Skips cleanup and testing
Expand Down
2 changes: 1 addition & 1 deletion source/cli-implementation.js
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ const cli = meow(`
Options
--any-branch Allow publishing from any branch
--branch Name of the release branch (default: master)
--branch Name of the release branch (default: main | master)
--no-cleanup Skips cleanup of node_modules
--no-tests Skips tests
--yolo Skips cleanup and testing
Expand Down

0 comments on commit 0df5574

Please sign in to comment.