diff options
author | Werner Koch <wk@gnupg.org> | 2010-07-16 15:19:45 +0200 |
---|---|---|
committer | Werner Koch <wk@gnupg.org> | 2010-07-16 15:19:45 +0200 |
commit | 8b8925a2bdbb12dd537dde20a27cdb1416c2f1ae (patch) | |
tree | 366acb6bb52e61242bb39682ddddb76615c3ba34 /doc | |
parent | Make it build on W32 again. (diff) | |
download | gnupg2-8b8925a2bdbb12dd537dde20a27cdb1416c2f1ae.tar.xz gnupg2-8b8925a2bdbb12dd537dde20a27cdb1416c2f1ae.zip |
Some work on porting dirmngr (unfinished)
Ported gpgtar to W32.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/gpg.texi | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/doc/gpg.texi b/doc/gpg.texi index 1b85129d6..3b22fa70e 100644 --- a/doc/gpg.texi +++ b/doc/gpg.texi @@ -527,12 +527,13 @@ Print message digest of algorithm ALGO for all given files or STDIN. With the second form (or a deprecated "*" as algo) digests for all available algorithms are printed. -@item --gen-random @code{0|1|2} +@item --gen-random @code{0|1|2} @code{count} @opindex gen-random -Emit @var{count} random bytes of the given quality level. If count is -not given or zero, an endless sequence of random bytes will be emitted. -PLEASE, don't use this command unless you know what you are doing; it -may remove precious entropy from the system! +Emit @var{count} random bytes of the given quality level 0, 1 or 2. If +@var{count} is not given or zero, an endless sequence of random bytes +will be emitted. If used with @option{--armor} the output will be +base64 encoded. PLEASE, don't use this command unless you know what +you are doing; it may remove precious entropy from the system! @item --gen-prime @code{mode} @code{bits} @opindex gen-prime |