Hi,
The -a option is for to "fix-android-stats".
The below while loops, in function main(), miss the 'a' option:
while((c = getopt_long(argc, argv, "x:d:D:B:b:i:N:m:g:e:zfqUPhVv",
longopts, NULL)) != EOF) {
#else
app_name = argv[0];
while((c = getopt(argc, argv, "x:d:D:B:b:i:N:m:g:e:zfqUPhVv")) !=
EOF) {
=> It has to be "x:d:D:B:b:i:N:m:g:e:zfqUPhaVv"
Sorry for not being specific.
Thanks,
Gobinath.a
-----Original Message-----
From: [email protected] [mailto:[email protected]] On Behalf Of
Jérémie Koenig
Sent: Monday, December 05, 2011 12:08 PM
To: Annathurai, GobinathX; [email protected]
Subject: Re: Bug#562999: Missing -a option in the patches
Hi,
2011/12/5 Annathurai, GobinathX <[email protected]>:
> The -a option is not available in the patches
> [0003-Add-the-B-size-option-to-control-the-block-size.patch and
> [0004-Add-the-o-os-option-to-set-the-creator_os-field.patch.
I'm not sure what -a option you are referring to.
Can you elaborate?
--
Jérémie Koenig <[email protected]>
http://jk.fr.eu.org/