diff mbox series

doc: adding --clog options to man page

Message ID 1530741706-19186-1-git-send-email-alex.hung@canonical.com
State Accepted
Headers show
Series doc: adding --clog options to man page | expand

Commit Message

Alex Hung July 4, 2018, 10:01 p.m. UTC
Signed-off-by: Alex Hung <alex.hung@canonical.com>
---
 doc/fwts.1 | 3 +++
 1 file changed, 3 insertions(+)

Comments

Ivan Hu July 16, 2018, 9:47 a.m. UTC | #1
On 07/05/2018 06:01 AM, Alex Hung wrote:
> Signed-off-by: Alex Hung <alex.hung@canonical.com>
> ---
>  doc/fwts.1 | 3 +++
>  1 file changed, 3 insertions(+)
>
> diff --git a/doc/fwts.1 b/doc/fwts.1
> index 757beb6..4b1e64a 100644
> --- a/doc/fwts.1
> +++ b/doc/fwts.1
> @@ -95,6 +95,9 @@ run the non-interactive batch tests. Batch tests require no user interaction.
>  .B \-\-batch\-experimental
>  run only batch experimental tests.
>  .TP
> +.B \-\-clog
> +specify a coreboot logfile dump.
> +.TP
>  .B \-\-disassemble\-aml
>  disassemble AML (ACPI machine language) byte code. This attempts to disassemble AML in DSDT and SSDT
>  tables and generates DSDT.dsl and SSDTx.dsl sources.
Acked-by: Ivan Hu <ivan.hu@canonical.com>
Colin Ian King July 30, 2018, 8:34 a.m. UTC | #2
On 04/07/18 23:01, Alex Hung wrote:
> Signed-off-by: Alex Hung <alex.hung@canonical.com>
> ---
>  doc/fwts.1 | 3 +++
>  1 file changed, 3 insertions(+)
> 
> diff --git a/doc/fwts.1 b/doc/fwts.1
> index 757beb6..4b1e64a 100644
> --- a/doc/fwts.1
> +++ b/doc/fwts.1
> @@ -95,6 +95,9 @@ run the non-interactive batch tests. Batch tests require no user interaction.
>  .B \-\-batch\-experimental
>  run only batch experimental tests.
>  .TP
> +.B \-\-clog
> +specify a coreboot logfile dump.
> +.TP
>  .B \-\-disassemble\-aml
>  disassemble AML (ACPI machine language) byte code. This attempts to disassemble AML in DSDT and SSDT
>  tables and generates DSDT.dsl and SSDTx.dsl sources.
> 

Thanks Alex.

Acked-by: Colin Ian King <colin.king@canonical.com>
diff mbox series

Patch

diff --git a/doc/fwts.1 b/doc/fwts.1
index 757beb6..4b1e64a 100644
--- a/doc/fwts.1
+++ b/doc/fwts.1
@@ -95,6 +95,9 @@  run the non-interactive batch tests. Batch tests require no user interaction.
 .B \-\-batch\-experimental
 run only batch experimental tests.
 .TP
+.B \-\-clog
+specify a coreboot logfile dump.
+.TP
 .B \-\-disassemble\-aml
 disassemble AML (ACPI machine language) byte code. This attempts to disassemble AML in DSDT and SSDT
 tables and generates DSDT.dsl and SSDTx.dsl sources.