diff options
author | Werner Koch <wk@gnupg.org> | 1998-02-17 21:48:52 +0100 |
---|---|---|
committer | Werner Koch <wk@gnupg.org> | 1998-02-17 21:48:52 +0100 |
commit | c8bb57d05d1b237e16f93d95a4df5a1d343c4c5a (patch) | |
tree | 7692d6a234d6c22528ffce134ad0f6c904eaa91f /g10/OPTIONS | |
parent | removed password from key two (diff) | |
download | gnupg2-c8bb57d05d1b237e16f93d95a4df5a1d343c4c5a.tar.xz gnupg2-c8bb57d05d1b237e16f93d95a4df5a1d343c4c5a.zip |
import works
Diffstat (limited to 'g10/OPTIONS')
-rw-r--r-- | g10/OPTIONS | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/g10/OPTIONS b/g10/OPTIONS index 37c6ec485..c4e6afde0 100644 --- a/g10/OPTIONS +++ b/g10/OPTIONS @@ -132,6 +132,9 @@ armor batch # batch mode: never ask +no-batch +# disables batch + cache-all # hold everything in memory @@ -152,6 +155,8 @@ detach-sign dry-run # don't make any changes +homedir dirname +# Set the name of the home directory which defaults to "~/.g10". keyring filename # add this filename to the list of keyrings. @@ -180,6 +185,10 @@ no-verbose options filename # Ignored in option files. +no-options +# same as --options /dev/null. This option is detected +# before an attempt to open an option file + output filename # use filename for output |