From 29917fd7a6c2d788cff7411f92724efd328f990b Mon Sep 17 00:00:00 2001 From: Emil Engler Date: Sat, 20 Jan 2024 20:30:12 +0100 Subject: [PATCH] doc: Fix keygen/gen-keys misspell Fixes #166 --- doc/rosenpass.1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/rosenpass.1 b/doc/rosenpass.1 index f9ec510..21bd0b2 100644 --- a/doc/rosenpass.1 +++ b/doc/rosenpass.1 @@ -23,7 +23,7 @@ If you are not specifically tasked with developing post-quantum secure systems, you probably do not need this tool. .Ss COMMANDS .Bl -tag -width Ds -.It Ar keygen private-key public-key +.It Ar gen-keys --secret-key --public-key Generate a keypair to use in the exchange command later. Send the public-key file to your communication partner and keep the private-key file secret!