Add option '--no-show-photos' to allowed options.
parent
bada24f8e4
commit
b23812d14c
|
@ -275,6 +275,7 @@ def _is_allowed(input):
|
||||||
['--list-keys', '--list-key', '--fixed-list-mode',
|
['--list-keys', '--list-key', '--fixed-list-mode',
|
||||||
'--list-secret-keys', '--list-public-keys',
|
'--list-secret-keys', '--list-public-keys',
|
||||||
'--list-packets', '--with-colons',
|
'--list-packets', '--with-colons',
|
||||||
|
'--no-show-photos',
|
||||||
'--delete-keys', '--delete-secret-keys',
|
'--delete-keys', '--delete-secret-keys',
|
||||||
'--encrypt', '--encrypt-files',
|
'--encrypt', '--encrypt-files',
|
||||||
'--decrypt', '--decrypt-files',
|
'--decrypt', '--decrypt-files',
|
||||||
|
|
Loading…
Reference in New Issue