On Wed, Oct 23, 2019 at 11:56:13PM +0200, Klemens Nanni wrote:
> I did not bother comparing host and IP because it quickly breaks for
> unshortened IPv6 addresses, e.g.
>
> $ ./obj/nc -w1 -v 2001:0db8::1 22
> nc: connect to 2001:0db8::1 (2001:db8::1) port 22 (tcp) failed:
> Operation timed out
>
> That seems inconsistent; user requested verbosity, so no need to try
> saving some characters.
>
> > OK?
> OK kn
That is to say I do prefer always printing the IP with `-v', but am OK
with both ways really. Not sure if my example really matters.