Skip to content

Commit

Permalink
Merge pull request #2 from adw0rd/master
Browse files Browse the repository at this point in the history
In "check_erlang_node.sh" was missing argument "--beam", although it is in help
  • Loading branch information
lethain committed Dec 26, 2012
2 parents a6079eb + 5783f24 commit d11cb25
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions check_erlang_node.sh
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -87,6 +87,10 @@ while test -n "$1"; do
ERL=$2 ERL=$2
shift shift
;; ;;
--beam|-b)
BEAM=$2
shift
;;
--cookie|-c) --cookie|-c)
COOKIE=$2 COOKIE=$2
shift shift
Expand Down

0 comments on commit d11cb25

Please sign in to comment.