PATCH: Add -i IFACE option to wget

Raphaël HUCK raphael.huck at efixo.com
Mon Oct 23 15:38:15 UTC 2006


> On Mon, Oct 23, 2006 at 03:50:44PM +0200, Raphaël HUCK wrote:
> 
>>> -       opt = bb_getopt_ulflags(argc, argv, "cq\213O:\203:P:Y:",
>>> +       opt = bb_getopt_ulflags(argc, argv, "cq\213O:\203:P:Y:i:",
>>>
>>> BTW, I don't know what these funny high ASCII chars are doing here...
>>> do you? Maybe they can be killed?
>> I was also wondering what these chars are doing here. Anybody knows ? 
>> Are they useful if a long option has no corresponding long option?
> 
> A short option that has no long option (or vice versa), yes.

Where can I find more info on these ?


>>> +                       bb_error_msg_and_die("Unable to bind to
>>> specified interface (-i)");
>>>
>>> We're (supposed to be) size maniacs. "can't bind to %s" will be
>>> as informative.
> 
> We have xbind() no?

Not in Busybox 1.1.3, but since revision 15767 yes.



More information about the busybox mailing list