From 8b6097b95d8783a4f06a0770d4e3459a4b4fa0cc Mon Sep 17 00:00:00 2001 From: Daniel Wagner Date: Fri, 25 Oct 2024 09:26:20 +0200 Subject: [PATCH] docs: update gen-tls-key arguments Add the newly added --keyfile command line option. Signed-off-by: Daniel Wagner --- Documentation/nvme-gen-tls-key.txt | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/Documentation/nvme-gen-tls-key.txt b/Documentation/nvme-gen-tls-key.txt index 772c7bcb3c..ef85b149ff 100644 --- a/Documentation/nvme-gen-tls-key.txt +++ b/Documentation/nvme-gen-tls-key.txt @@ -16,6 +16,7 @@ SYNOPSIS [--identity= | -I ] [--secret= | -s ] [--insert | -i] + [--keyfile= | -f ] [--output-format= | -o ] [--verbose | -v] DESCRIPTION @@ -81,6 +82,11 @@ OPTIONS Insert the resulting TLS key into the keyring without printing out the key in PSK interchange format. +-f +--keyfile= + Append the resulting TLS key to keyfile. This command line option is + depending on --insert. + -o :: --output-format=:: Set the reporting format to 'normal', 'json' or 'binary'. Only one