On 11/8/22 09:42, Thomas Huth wrote: > On 07/11/2022 13.27, Claudio Fontana wrote: >> should -net and -netdev be adapted too? > > "-netdev help" already works just fine ... and "-net" should IMHO rather be > removed than improved ;-) > > Thomas >
I wonder if it could be done once for all, in net_init_clients, instead of repeating the is_help_option in net_init_netdev and net_param_nic (and that would take care of net_init_client too, so we'd get "net" for free).. Ciao, C