mirror of
git://git.gnupg.org/gnupg.git
synced 2025-04-17 15:44:34 +02:00
* DETAILS: Fix batch key generation example.
This commit is contained in:
parent
72cd3ef859
commit
811b782cba
@ -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>
|
2002-09-02 Werner Koch <wk@gnupg.org>
|
||||||
|
|
||||||
* gpg.sgml: Updated the charset option.
|
* gpg.sgml: Updated the charset option.
|
||||||
|
@ -548,10 +548,10 @@ $ cat >foo <<EOF
|
|||||||
%commit
|
%commit
|
||||||
%echo done
|
%echo done
|
||||||
EOF
|
EOF
|
||||||
$ gpg --batch --gen-key -a foo
|
$ gpg --batch --gen-key foo
|
||||||
[...]
|
[...]
|
||||||
$ gpg --no-default-keyring --secret-keyring foo.sec \
|
$ gpg --no-default-keyring --secret-keyring ./foo.sec \
|
||||||
--keyring foo.pub --list-secret-keys
|
--keyring ./foo.pub --list-secret-keys
|
||||||
/home/wk/work/gnupg-stable/scratch/foo.sec
|
/home/wk/work/gnupg-stable/scratch/foo.sec
|
||||||
------------------------------------------
|
------------------------------------------
|
||||||
sec 1024D/915A878D 2000-03-09 Joe Tester (with stupid passphrase) <joe@foo.bar>
|
sec 1024D/915A878D 2000-03-09 Joe Tester (with stupid passphrase) <joe@foo.bar>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user