gpg: add experimental warning

nistp521
Roman Zeyde 8 years ago
parent 0c4e67c837
commit 17c8bd0e92

@ -89,6 +89,9 @@ def main():
args = p.parse_args()
logging.basicConfig(level=logging.DEBUG if args.verbose else logging.INFO,
format='%(asctime)s %(levelname)-10s %(message)s')
log.warning('This GPG tool is still in EXPERIMENTAL mode, '
'so please note that the API and features may '
'change without backwards compatibility!')
args.run(args)

Loading…
Cancel
Save