From: Michał Markowski Subject: Re: [PATCH] Make incorrect ftp(1) usage more obvious To: tech@openbsd.org Date: Tue, 13 May 2025 21:47:43 +0200 sob., 3 maj 2025 o 18:44 Petr Ročkai napisał(a): > > On Fri, May 02, 2025 at 05:48:48PM +0200, Theo de Raadt wrote: > > > We follow original POSIX getopt(3) rules in every program, using libc code. > > > > > > This applies to ALL commands. No commands are different. > > This surprised me a bit, because: > > $ which grep > /usr/bin/grep > $ grep foo -i foo.txt > FOO And this one: source$ ssh destination -o "Compression yes" destination$