diff options
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 |