Skip to content

Commit a219999

Browse files
committed
Cleanup
1 parent 0a8da35 commit a219999

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

cli.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ if (opts.debug) console.error(opts)
9696

9797
if (opts._unknown[0] && cmd !== "test") {
9898
console.error("\nError: Unknown option: " + opts._unknown)
99-
usage(true)
99+
usage()
100100
process.exit(1)
101101
} else if (libFile && !opts.help) {
102102
require(libFile)(opts)

0 commit comments

Comments
 (0)