Skip to content

Commit 4e155c4

Browse files
committed
scraper flags aren't mutually exclusive
1 parent 71df415 commit 4e155c4

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

bin/nodenv-update-version-defs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@
33
# Summary: Create build definitions from nodejs.org
44
#
55
# Usage: nodenv update-version-defs [-f] [-d <dir>] [-n]
6-
# [--nodejs|--nodejs-pre|--chakracore|--chakracore-pre]
6+
# [--nodejs] [--nodejs-pre]
7+
# [--chakracore] [--chakracore-pre]
78
#
89
# Scrapes nodejs.org to create build definitions for node
910
# versions not yet available to node-build

0 commit comments

Comments
 (0)