Skip to content

Commit

Permalink
Fixes issue 4: entop does not use Erlang cookie properly #4
Browse files Browse the repository at this point in the history
  • Loading branch information
spawnthink committed Oct 7, 2011
1 parent 64aaaa4 commit 1fa8ab1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion entop
Expand Up @@ -19,7 +19,7 @@
#!/bin/bash
TARGETNODE=
NAME="-sname entop"
COOKIE="-setcookie cookie"
COOKIE=

function usage() {
echo -e "Usage: ./entop <TARGETNODE> [-name <NAME>|-sname <SNAME>] [-setcookie <COOKIE>]"
Expand Down

0 comments on commit 1fa8ab1

Please sign in to comment.