diff options
author | Justus Winter <[email protected]> | 2016-11-14 15:59:23 +0000 |
---|---|---|
committer | Justus Winter <[email protected]> | 2016-12-13 16:30:55 +0000 |
commit | 892c827e72b1396e3b58e2f8869cc48328a2b59c (patch) | |
tree | 7e1bb783297cb7e0d215ab436f5ebc83a6999a79 /doc/debugging.texi | |
parent | g10,sm: Spell out --check-sigs. (diff) | |
download | gnupg-892c827e72b1396e3b58e2f8869cc48328a2b59c.tar.gz gnupg-892c827e72b1396e3b58e2f8869cc48328a2b59c.zip |
g10,sm: Spell out --gen-key.
* g10/gpg.c (opts): Spell out option.
* sm/gpgsm.c (opts): Likewise.
* doc/gpg.texi: Update accordingly.
GnuPG-bug-id: 2700
Signed-off-by: Justus Winter <[email protected]>
Diffstat (limited to 'doc/debugging.texi')
-rw-r--r-- | doc/debugging.texi | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/debugging.texi b/doc/debugging.texi index 7fde49a4c..42a1a159e 100644 --- a/doc/debugging.texi +++ b/doc/debugging.texi @@ -235,7 +235,8 @@ gpg: fatal: WriteConsole failed: Access denied @noindent The solution is to use the command @command{wineconsole}. -Some operations like gen-key really want to talk to the console directly +Some operations like @option{--generate-key} really want to talk to +the console directly for increased security (for example to prevent the passphrase from appearing on the screen). So, you should use @command{wineconsole} instead of @command{wine}, which will launch a windows console that |