diff mbox series

rteval: Add man page entry for -S, --source-download option

Message ID 20220726155135.787696-1-magodse@redhat.com
State New
Headers show
Series rteval: Add man page entry for -S, --source-download option | expand

Commit Message

Manasi Godse July 26, 2022, 3:51 p.m. UTC
Update the man page for rteval kernel download option

Signed-off-by: Manasi Godse <magodse@redhat.com>
---
 doc/rteval.8 | 4 ++++
 1 file changed, 4 insertions(+)

Comments

John Kacur July 26, 2022, 3:59 p.m. UTC | #1
On Tue, 26 Jul 2022, Manasi Godse wrote:

> Update the man page for rteval kernel download option
> 
> Signed-off-by: Manasi Godse <magodse@redhat.com>
> ---
>  doc/rteval.8 | 4 ++++
>  1 file changed, 4 insertions(+)
> 
> diff --git a/doc/rteval.8 b/doc/rteval.8
> index 25dcfcc298e7..a8129f18a9f5 100644
> --- a/doc/rteval.8
> +++ b/doc/rteval.8
> @@ -108,6 +108,10 @@ Log the output of the loads in the report directory
>  .TP
>  .B \-O, \-\-onlyload
>  Only run the loads (don't run measurement threads)
> +.TP
> +.B \-S KERNEL_VERSION, \-\-source\-download=KERNEL_VERSION
> +download a source kernel from kernel.org and exit
> +
>  
>  .SH MODULE OPTIONS
>  These are options that affect the execution behavior of the measurement and load modules.
> -- 
> 2.31.1
> 
> 
Signed-off-by: John Kacur <jkacur@redhat.com>
diff mbox series

Patch

diff --git a/doc/rteval.8 b/doc/rteval.8
index 25dcfcc298e7..a8129f18a9f5 100644
--- a/doc/rteval.8
+++ b/doc/rteval.8
@@ -108,6 +108,10 @@  Log the output of the loads in the report directory
 .TP
 .B \-O, \-\-onlyload
 Only run the loads (don't run measurement threads)
+.TP
+.B \-S KERNEL_VERSION, \-\-source\-download=KERNEL_VERSION
+download a source kernel from kernel.org and exit
+
 
 .SH MODULE OPTIONS
 These are options that affect the execution behavior of the measurement and load modules.