Skip to content

Commit

Permalink
Fixed spacing in help message
Browse files Browse the repository at this point in the history
  • Loading branch information
james-pre committed Nov 29, 2024
1 parent 4682a72 commit 5b79ef7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,10 @@ Options:
--help,-h Show this help message
--quiet,-q Hide non-error output
--verbose,-w Show all output
--output, -o <prefix> The output prefix
--output,-o <prefix> The output prefix
--clean Remove temporary files
--node,-N <version> Specify the Node version
--target, -t <target> Specify which targets(s) to build for (e.g. linux-arm64, win-x64)
--target,-t <target> Specify which targets(s) to build for (e.g. linux-arm64, win-x64)
```

#### Examples
Expand Down
4 changes: 2 additions & 2 deletions src/cli.ts
Original file line number Diff line number Diff line change
Expand Up @@ -31,10 +31,10 @@ Options:
--help,-h Show this help message
--quiet,-q Hide non-error output
--verbose,-w Show all output
--output, -o <prefix> The output prefix
--output,-o <prefix> The output prefix
--clean Remove temporary files
--node,-N <version> Specify the Node version
--target, -t <target> Specify which targets(s) to build for (e.g. linux-arm64, win-x64)
--target,-t <target> Specify which targets(s) to build for (e.g. linux-arm64, win-x64)
`);
process.exit(0);
}
Expand Down

0 comments on commit 5b79ef7

Please sign in to comment.