CVSROOT: /cvs Module name: src Changes by: [email protected] 2023/12/12 15:00:43
Modified files:
usr.bin/ftp : main.c
Log message:
Make -o less special, drop -o '' support, always use last value
ftp(1) says -o is about a single file/URL, but option handling takes the
empty string as "reset previous -o value", which makes little sense, is
undocumented and counter-intuitively works as if no -o was specified.
OK millert
