doc: Fix keygen/gen-keys misspell

Fixes #166
This commit is contained in:
Emil Engler
2024-01-20 20:30:12 +01:00
committed by Karolin Varner
parent 62aa9b4351
commit 29917fd7a6

View File

@@ -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 <file-path> public-key <file-path>
.It Ar gen-keys --secret-key <file-path> --public-key <file-path>
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!