From 501594d2eb800d256ed7ed0f08bc3f83d7327bb7 Mon Sep 17 00:00:00 2001 From: "rmlibre@riseup.net" Date: Sat, 1 May 2021 14:11:47 -0400 Subject: [PATCH] v0.7.5: Small fix of the documentation. --- PREADME.rst | 6 ++++-- README.rst | 6 ++++-- tiny_gnupg.egg-info/PKG-INFO | 6 ++++-- 3 files changed, 12 insertions(+), 6 deletions(-) diff --git a/PREADME.rst b/PREADME.rst index 5f2f7ab..6335a20 100644 --- a/PREADME.rst +++ b/PREADME.rst @@ -493,9 +493,11 @@ After a user no longer considers a key useful, or wants to dissociate from the k key = gpg.text_export(gpg.fingerprint) # <-- Distribute this! - # Uploading the revoked key will let others know the key has been + # Uploading the revoked key will only strip the user ID information - # retired. This cannot be undone -> + # from the key on the keyserver. It won't explicitly let others know + + # the key has been retired. However, this action cannot be undone -> run(gpg.network_export(gpg.fingerprint)) diff --git a/README.rst b/README.rst index 5e391a4..d320436 100644 --- a/README.rst +++ b/README.rst @@ -493,9 +493,11 @@ After a user no longer considers a key useful, or wants to dissociate from the k key = gpg.text_export(gpg.fingerprint) # <-- Distribute this! - # Uploading the revoked key will let others know the key has been + # Uploading the revoked key will only strip the user ID information - # retired. This cannot be undone -> + # from the key on the keyserver. It won't explicitly let others know + + # the key has been retired. However, this action cannot be undone -> run(gpg.network_export(gpg.fingerprint)) diff --git a/tiny_gnupg.egg-info/PKG-INFO b/tiny_gnupg.egg-info/PKG-INFO index ce04f56..1c93d91 100644 --- a/tiny_gnupg.egg-info/PKG-INFO +++ b/tiny_gnupg.egg-info/PKG-INFO @@ -503,9 +503,11 @@ Description: tiny_gnupg - A small-as-possible solution for handling GnuPG ed2551 key = gpg.text_export(gpg.fingerprint) # <-- Distribute this! - # Uploading the revoked key will let others know the key has been + # Uploading the revoked key will only strip the user ID information - # retired. This cannot be undone -> + # from the key on the keyserver. It won't explicitly let others know + + # the key has been retired. However, this action cannot be undone -> run(gpg.network_export(gpg.fingerprint))