1
1
# Options for GnuPG
2
2
# Copyright 1998, 1999, 2000, 2001, 2002, 2003,
3
3
# 2010 Free Software Foundation, Inc.
4
- #
4
+ #
5
5
# This file is free software; as a special exception the author gives
6
6
# unlimited permission to copy and/or distribute it, with or without
7
7
# modifications, as long as this notice is preserved.
8
- #
8
+ #
9
9
# This file is distributed in the hope that it will be useful, but
10
10
# WITHOUT ANY WARRANTY, to the extent permitted by law; without even the
11
11
# implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
@@ -201,14 +201,14 @@ charset utf-8
201
201
# program, users may still have to manually decide to install gnupg-agent.
202
202
203
203
use-agent
204
-
204
+
205
205
# which tries to use the agent but will fallback to the regular mode
206
206
# if there is a problem connecting to the agent. The normal way to
207
207
# locate the agent is by looking at the environment variable
208
208
# GPG_AGENT_INFO which should have been set during gpg-agent startup.
209
209
# In certain situations the use of this variable is not possible, thus
210
210
# the option
211
- #
211
+ #
212
212
# --gpg-agent-info=<path>:<pid>:1
213
213
#
214
214
# may be used to override it.
@@ -220,7 +220,7 @@ use-agent
220
220
# address (in the "
[email protected] " form), and there are no
221
221
#
[email protected] keys on the local keyring. This option takes the
222
222
# following arguments, in the order they are to be tried:
223
- #
223
+ #
224
224
# cert = locate a key using DNS CERT, as specified in RFC-4398.
225
225
# GnuPG can handle both the PGP (key) and IPGP (URL + fingerprint)
226
226
# CERT methods.
0 commit comments