[erlang-bugs] multiple -name argument
PAILLEAU Eric
eric.pailleau@REDACTED
Tue Apr 29 21:26:01 CEST 2014
Hello,
I also note that -sname always win against -name if set both in
arguments, whatever the sort order.
erl -sname titi -name toto@REDACTED
or
erl -name toto@REDACTED -sname titi
result in titi@{hostname}
regards
>
> ---8<---------------------------------------------------------------------------
>
> # erl -name titi@REDACTED -name toto@REDACTED
> Erlang/OTP 17 [erts-6.0] [source] [smp:2:2] [async-threads:10] [hipe]
> [kernel-poll:false]
>
> Eshell V6.0 (abort with ^G)
> 1> node().
> nonode@REDACTED
> 2>
> ---8<---------------------------------------------------------------------------
More information about the erlang-bugs
mailing list