Skip to content

Commit 4f2cf10

Browse files
committed
Merge pull request #7 from jasonkarns/auto-help
Remove explicit help
2 parents fcdbb05 + cb5bcfb commit 4f2cf10

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

bin/nodenv-update-version-defs

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,6 @@ while [ $# -gt 0 ]; do
6565
echo --destination
6666
echo --dry-run
6767
echo --force
68-
echo --help
6968
echo --iojs
7069
echo --nodejs
7170
echo --jxcore
@@ -74,8 +73,6 @@ while [ $# -gt 0 ]; do
7473
shift
7574
# overwrite the defs write target
7675
NODE_BUILD_DEFINITIONS="$(abs_dirname "${1%/}/"):${NODE_BUILD_DEFINITIONS}" ;;
77-
-h | --help )
78-
exec nodenv-help update-version-defs ;;
7976
-f | --force | \
8077
-n | --dry-run | \
8178
--iojs | --nodejs | --jxcore )

0 commit comments

Comments
 (0)