Skip to content

Commit cb5bcfb

Browse files
committed
Remove explicit help
1 parent a541f40 commit cb5bcfb

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
@@ -63,16 +63,13 @@ while [ $# -gt 0 ]; do
6363
echo --destination
6464
echo --dry-run
6565
echo --force
66-
echo --help
6766
echo --iojs
6867
echo --nodejs
6968
exit ;;
7069
-d | --destination )
7170
shift
7271
# overwrite the defs write target
7372
NODE_BUILD_DEFINITIONS="$(abs_dirname "${1%/}/"):${NODE_BUILD_DEFINITIONS}" ;;
74-
-h | --help )
75-
exec nodenv-help update-version-defs ;;
7673
-f | --force | \
7774
-n | --dry-run | \
7875
--iojs | --nodejs )

0 commit comments

Comments
 (0)