Allow options '--armor' and '--armour'.
parent
0b1f20c102
commit
72e03a961b
|
@ -283,6 +283,7 @@ def _is_allowed(input):
|
||||||
'--decrypt', '--decrypt-files',
|
'--decrypt', '--decrypt-files',
|
||||||
'--print-mds', '--print-md',
|
'--print-mds', '--print-md',
|
||||||
'--sign', '--clearsign', '--detach-sign',
|
'--sign', '--clearsign', '--detach-sign',
|
||||||
|
'--armor', '--armour',
|
||||||
'--gen-key', '--batch',
|
'--gen-key', '--batch',
|
||||||
'--decrypt', '--decrypt-files',
|
'--decrypt', '--decrypt-files',
|
||||||
'--import',
|
'--import',
|
||||||
|
|
Loading…
Reference in New Issue