On 8/17/21 6:27 AM, Carlo Marcelo Arenas Belón wrote:
--help and -h are already handled internally so just parse_options() do the parsing and extract the command from the remaining options. as a side effect, avoid setting a variable argc to a value that was never used. Signed-off-by: Carlo Marcelo Arenas Belón <carenas@xxxxxxxxx>
> ... Thanks again. I'll take a look and squash this in. Jeff