PATCH: Add -i IFACE option to wget

Bernhard Fischer rep.nop at aon.at
Mon Oct 23 15:01:32 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.
>
>>+                       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?



More information about the busybox mailing list