diff options
author | Werner Koch <wk@gnupg.org> | 1999-04-07 20:58:34 +0200 |
---|---|---|
committer | Werner Koch <wk@gnupg.org> | 1999-04-07 20:58:34 +0200 |
commit | 9f40263e56cc9ebe28016bb4588da3846342ba79 (patch) | |
tree | 1ca711569d0878d441798bf4f185036eda8fceda /doc | |
parent | See ChangeLog: Tue Apr 6 19:58:12 CEST 1999 Werner Koch (diff) | |
download | gnupg2-9f40263e56cc9ebe28016bb4588da3846342ba79.tar.xz gnupg2-9f40263e56cc9ebe28016bb4588da3846342ba79.zip |
See ChangeLog: Wed Apr 7 20:51:39 CEST 1999 Werner Koch
Diffstat (limited to 'doc')
-rw-r--r-- | doc/gpg.1pod | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/doc/gpg.1pod b/doc/gpg.1pod index 644f4c8b7..fee6d588d 100644 --- a/doc/gpg.1pod +++ b/doc/gpg.1pod @@ -13,7 +13,7 @@ B<gpgm> [--homedir name] [--options file] [options] command [args] B<gpg> is the main program for the GnuPG system. B<gpgm> is a maintenance tool which has some commands B<gpg> does not have; it is there because it does not handle sensitive data and therefore has no need to allocate -secure memory. +secure memory. Both programs may be merged in the future. =head1 COMMANDS @@ -37,7 +37,7 @@ B<-c>, B<--symmetric> This command asks for a passphrase. B<--store> - store only (make a simple RFC1991 packet). + Store only (make a simple RFC1991 packet). B<--decrypt> [I<file>] Decrypt file (or stdin if no file is specified) and @@ -50,7 +50,7 @@ B<--decrypt> [I<file>] message. B<--verify> [[I<sigfile>] {I<signed-files>}] - Assume that I<filename> is a signature and verify it + Assume that I<sigfile> is a signature and verify it without generating any output. With no arguments, the signature packet is read from stdin (it may be a detached signature when not used in batch mode). If @@ -75,7 +75,10 @@ B<-k> [I<username>] [I<keyring>] B<-kvc> List fingerprints B<-kvvc> List fingerprints and signatures + B<This command may be removed in the future!> + B<--list-keys> [I<names>] +B<--list-public-keys> [I<names>] List all keys from the public keyrings, or just the ones given on the command line. |