tpm2-tools/Fix-ups-in-tpm2_quote.md.1.patch
Javier Martinez Canillas af88e806f0
Add tpm2_pcrreset and tpm2_checkquote tools
This change adds the backported tpm2_pcrreset and tpm2_checkquote tools
and also the support to allow tpm2_makecredential tool to run off-TPM.

Signed-off-by: Javier Martinez Canillas <javierm@redhat.com>
2019-05-10 15:24:01 +02:00

35 lines
1.0 KiB
Diff

From 6c25de22d981d26d0ae80d99706f86c52f713b06 Mon Sep 17 00:00:00 2001
From: jetwhiz <Charles.Munson@ll.mit.edu>
Date: Fri, 3 May 2019 13:46:41 -0400
Subject: [PATCH] Fix-ups in tpm2_quote.md.1
Capitalization fixes to follow preferred format
Signed-off-by: jetwhiz <Charles.Munson@ll.mit.edu>
---
man/tpm2_quote.1.md | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/man/tpm2_quote.1.md b/man/tpm2_quote.1.md
index 491848201d9..c926f4d045d 100644
--- a/man/tpm2_quote.1.md
+++ b/man/tpm2_quote.1.md
@@ -41,12 +41,12 @@
* **-m**, **--message**:
- message output file, records the quote message that makes up the data that
+ Message output file, records the quote message that makes up the data that
is signed by the TPM.
* **-s**, **--signature**:
- signature output file, records the signature in the format specified via the **-f**
+ Signature output file, records the signature in the format specified via the **-f**
option.
* **-f**, **--format**
--
2.21.0