diff options
author | Sebastian Pipping <sebastian@pipping.org> | 2011-01-26 09:32:38 +0100 |
---|---|---|
committer | Sebastian Pipping <sebastian@pipping.org> | 2011-01-26 13:36:47 +0100 |
commit | d4266f7e873827e9998eb64d8a5e70b220a257ee (patch) | |
tree | 0e996727b2100608e506e4196cd450c62ddc8951 /maintenance | |
parent | Bump version to 3.4.12.1 (diff) | |
download | genkernel-d4266f7e873827e9998eb64d8a5e70b220a257ee.tar.gz genkernel-d4266f7e873827e9998eb64d8a5e70b220a257ee.tar.bz2 genkernel-d4266f7e873827e9998eb64d8a5e70b220a257ee.zip |
docs: Fix sample call to GnuPG (reported by Fabio Coatti)
Diffstat (limited to 'maintenance')
-rw-r--r-- | maintenance/docmatcher.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/maintenance/docmatcher.py b/maintenance/docmatcher.py index c128a5e..9e82c53 100644 --- a/maintenance/docmatcher.py +++ b/maintenance/docmatcher.py @@ -21,7 +21,7 @@ for app in ('DEVICE_MAPPER', 'UNIONFS_FUSE', 'BUSYBOX', 'DMRAID', 'LVM', 'ISCSI' EXTRA_VARIABLES = tuple(EXTRA_VARIABLES) IGNORE_OPTIONS = ('help', 'version') -_GPG_PARAMETERS = ('encrypt', 'symmetric') +_GPG_PARAMETERS = ('symmetric', ) IGNORE_PARAMETERS = _GPG_PARAMETERS DEPRECATED_PARAMETERS = ('lvm2', 'evms2', 'gensplash', 'gensplash-res') |