diff options
author | Werner Koch <[email protected]> | 2018-01-25 14:14:37 +0000 |
---|---|---|
committer | Werner Koch <[email protected]> | 2018-01-25 14:14:37 +0000 |
commit | 91a3d15cee32f82a8422e76655a605c5048eaad8 (patch) | |
tree | 518493f29853dfa2e9197b7a644b9950642be550 | |
parent | scd: Support KDF Data Object of OpenPGPcard V3.3. (diff) | |
download | gnupg-91a3d15cee32f82a8422e76655a605c5048eaad8.tar.gz gnupg-91a3d15cee32f82a8422e76655a605c5048eaad8.zip |
doc: Note --quick-gen-key as an alias for --quick-generate-key
--
-rw-r--r-- | doc/gpg.texi | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/gpg.texi b/doc/gpg.texi index 9776a3b05..927d77d35 100644 --- a/doc/gpg.texi +++ b/doc/gpg.texi @@ -622,7 +622,9 @@ This section explains the main commands for key management. @table @gnupgtabopt @item --quick-generate-key @var{user-id} [@var{algo} [@var{usage} [@var{expire}]]] +@itemx --quick-gen-key @opindex quick-generate-key +@opindex quick-gen-key This is a simple command to generate a standard key with one user id. In contrast to @option{--generate-key} the key is generated directly without the need to answer a bunch of prompts. Unless the option |