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