* Sebastien Dugue <[EMAIL PROTECTED]> [2008-04-17 13:38:40]:

>   periodic_cpu_load has a '-i iterations' command line argument without it
> being listed in the help. Add its description to the usage() function.
> 
> Signed-off-by: Sebastien Dugue <[EMAIL PROTECTED]>
> Cc: Darren Hart <[EMAIL PROTECTED]>
> Cc: Tim Chavez <[EMAIL PROTECTED]>
Acked-by: Chirag <[EMAIL PROTECTED]>

> ---
>  .../func/periodic_cpu_load/periodic_cpu_load.c     |    7 ++++---
>  1 files changed, 4 insertions(+), 3 deletions(-)
> 
> diff --git a/testcases/realtime/func/periodic_cpu_load/periodic_cpu_load.c 
> b/testcases/realtime/func/periodic_cpu_load/periodic_cpu_load.c
> index 26aeb3e..8ab1214 100644
> --- a/testcases/realtime/func/periodic_cpu_load/periodic_cpu_load.c
> +++ b/testcases/realtime/func/periodic_cpu_load/periodic_cpu_load.c
> @@ -76,9 +76,10 @@ static int ret = 0;
> 
>  void usage(void)
>  {
> -        rt_help();
> -        printf("periodic_cpu_load specific options:\n");
> -        printf("  -j            enable jvmsim\n");
> +     rt_help();
> +     printf("periodic_cpu_load specific options:\n");
> +     printf("  -iITERATIONS  number of iterations to calculate the average 
> over\n");
> +     printf("  -j            enable jvmsim\n");
>  }
> 
>  int parse_args(int c, char *v)
> -- 
> 1.5.4.rc2.84.gf85fd-dirty
> 
> 
> -------------------------------------------------------------------------
> This SF.net email is sponsored by the 2008 JavaOne(SM) Conference 
> Don't miss this year's exciting event. There's still time to save $100. 
> Use priority code J8TL2D2. 
> http://ad.doubleclick.net/clk;198757673;13503038;p?http://java.sun.com/javaone
> _______________________________________________
> Ltp-list mailing list
> [email protected]
> https://lists.sourceforge.net/lists/listinfo/ltp-list

-- 
Cheers,
Chirag Jog


-------------------------------------------------------------------------
This SF.net email is sponsored by the 2008 JavaOne(SM) Conference 
Don't miss this year's exciting event. There's still time to save $100. 
Use priority code J8TL2D2. 
http://ad.doubleclick.net/clk;198757673;13503038;p?http://java.sun.com/javaone
_______________________________________________
Ltp-list mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/ltp-list

Reply via email to