Skip to content

Commit

Permalink
fix: help message
Browse files Browse the repository at this point in the history
  • Loading branch information
maafaishal committed Mar 9, 2024
1 parent 0001594 commit e9b4a03
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/cli.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@ function showVersion() {

function showHelpInformation() {
console.log(
`Usage: cleanup-node-modules [options] [path...]
`Usage: clearout-node-modules [options] [path...]
Clean up 'node_modules' directory.
Find and delete node_modules folders (recursively) in your directory.
-h, --help Display this help
-r, --recursive Include all nested node_modules directories
Expand Down

0 comments on commit e9b4a03

Please sign in to comment.