diff options
author | David Shaw <dshaw@jabberwocky.com> | 2002-09-12 14:12:58 +0200 |
---|---|---|
committer | David Shaw <dshaw@jabberwocky.com> | 2002-09-12 14:12:58 +0200 |
commit | 811b782cba5c900827ac7d442d43891852886a6c (patch) | |
tree | 53c26287b987b654dc09113c6af6957de3421b09 /doc | |
parent | * keyserver.c (keyserver_spawn): Remove whitespace after keyserver (diff) | |
download | gnupg2-811b782cba5c900827ac7d442d43891852886a6c.tar.xz gnupg2-811b782cba5c900827ac7d442d43891852886a6c.zip |
* DETAILS: Fix batch key generation example.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/ChangeLog | 4 | ||||
-rw-r--r-- | doc/DETAILS | 6 |
2 files changed, 7 insertions, 3 deletions
diff --git a/doc/ChangeLog b/doc/ChangeLog index 183c48928..b0159946b 100644 --- a/doc/ChangeLog +++ b/doc/ChangeLog @@ -1,3 +1,7 @@ +2002-09-12 David Shaw <dshaw@jabberwocky.com> + + * DETAILS: Fix batch key generation example. + 2002-09-02 Werner Koch <wk@gnupg.org> * gpg.sgml: Updated the charset option. diff --git a/doc/DETAILS b/doc/DETAILS index 859103775..389c6739a 100644 --- a/doc/DETAILS +++ b/doc/DETAILS @@ -548,10 +548,10 @@ $ cat >foo <<EOF %commit %echo done EOF -$ gpg --batch --gen-key -a foo +$ gpg --batch --gen-key foo [...] -$ gpg --no-default-keyring --secret-keyring foo.sec \ - --keyring foo.pub --list-secret-keys +$ gpg --no-default-keyring --secret-keyring ./foo.sec \ + --keyring ./foo.pub --list-secret-keys /home/wk/work/gnupg-stable/scratch/foo.sec ------------------------------------------ sec 1024D/915A878D 2000-03-09 Joe Tester (with stupid passphrase) <joe@foo.bar> |