chore(keyringctl): add docstring for export_keyring() pacman_integration

This commit is contained in:
Levente Polyak
2021-10-19 18:25:26 +02:00
parent f92a5884c5
commit a43d3dfac6

View File

@ -1141,6 +1141,8 @@ def export_keyring(
An output file that all PGP packet data is written to
force: bool
Whether to force the execution of packet_join()
pacman_integration: bool
Whether to write pacman compatible trust files
"""
main = [source.absolute() for source in main]