makemime: various

Tito farmatito at tiscali.it
Mon Dec 19 19:49:29 UTC 2011


On Monday 19 December 2011 19:34:07 Cristian Ionescu-Idbohrn wrote:
> Would be nice to get commit 83e34ac4b574fabd54a2d1a03063b263338ef03d (fix
> -a option not taking parameter) into downloads/fixes-1.19.3.
> 
> Another thing the wihlist is to get some better help on the command.
> Maybe something like:
> 
> -	-a HDR  Add header. Examples:
> +	-a HDR  Add header (multiple options allowed). Examples:
> 
> The other thing I'm wondering about is:
> 
> 	// parse options
> 	opt_complementary = "a::";
> 
> It does not seem to make any difference wether:
> 
> 	-a"To: joeuser at example.com"
> 	  ^
> or:
> 
> 	-a "To: joeuser at example.com"
> 	  ^
> 
> Documentation says:
> 
>         Note that optional arguments _must_
>         immediately follow the option: -oparam, not -o param.
> 
> which does not seem to agree with reality.

Hi,
maybe it means:
-a"To: joeuser at example.com"
-a "To: joeuser at example.com"
but not
-a -b "To: joeuser at example.com"
-ab "To: joeuser at example.com"

Just nu 2 cents.
Ciao,
Tito
> 
> Cheers,
> 
> 


More information about the busybox mailing list