Skip to content

Commit

Permalink
Updated help message.
Browse files Browse the repository at this point in the history
  • Loading branch information
neogeek committed Apr 26, 2024
1 parent fd20472 commit 7668572
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 @@ -83,7 +83,7 @@ $ npm run build
## Usage

```bash
Usage: onlybuild <path> ... [options]
Usage: onlybuild <path> [options]

Options:

Expand Down
2 changes: 1 addition & 1 deletion bin/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ if (args.flags['--version'] || args.flags['-v']) {
);
process.exit();
} else if (args.flags['--help'] || args.flags['-h']) {
process.stdout.write(`Usage: onlybuild <path> ... [options]
process.stdout.write(`Usage: onlybuild <path> [options]
Options:
Expand Down

0 comments on commit 7668572

Please sign in to comment.