diff options
Diffstat (limited to '')
-rw-r--r-- | g10/ChangeLog | 2 | ||||
-rw-r--r-- | g10/options.skel | 4 |
2 files changed, 4 insertions, 2 deletions
diff --git a/g10/ChangeLog b/g10/ChangeLog index 03daf0fd8..aa5f656db 100644 --- a/g10/ChangeLog +++ b/g10/ChangeLog @@ -1,5 +1,7 @@ 2002-08-06 Werner Koch <[email protected]> + * options.skel: Changed comments. + * g10.c (main): Try to use "gpg.conf" as default option file. * openfile.c (copy_options_file): Changed name of created file. diff --git a/g10/options.skel b/g10/options.skel index 1d0906eea..ff0eb4d80 100644 --- a/g10/options.skel +++ b/g10/options.skel @@ -1,4 +1,4 @@ -These first three lines are not copied to the options file in +These first three lines are not copied to the gpg.conf file in the users home directory. $Id$ # Options for GnuPG @@ -14,7 +14,7 @@ $Id$ # # Unless you you specify which option file to use (with the # command line option "--options filename"), GnuPG uses the -# file ~/.gnupg/options by default. +# file ~/.gnupg/gpg.conf by default. # # An option file can contain all long options which are # available in GnuPG. If the first non white space character of |