diff options
author | David Shaw <[email protected]> | 2002-09-12 12:12:58 +0000 |
---|---|---|
committer | David Shaw <[email protected]> | 2002-09-12 12:12:58 +0000 |
commit | 811b782cba5c900827ac7d442d43891852886a6c (patch) | |
tree | 53c26287b987b654dc09113c6af6957de3421b09 | |
parent | * keyserver.c (keyserver_spawn): Remove whitespace after keyserver (diff) | |
download | gnupg-811b782cba5c900827ac7d442d43891852886a6c.tar.gz gnupg-811b782cba5c900827ac7d442d43891852886a6c.zip |
* DETAILS: Fix batch key generation example.
Diffstat (limited to '')
-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 <[email protected]> + + * DETAILS: Fix batch key generation example. + 2002-09-02 Werner Koch <[email protected]> * 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) <[email protected]> |