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