Skip to content

Commit

Permalink
v0.7.5: Small fix of the documentation.
Browse files Browse the repository at this point in the history
  • Loading branch information
rmlibre committed May 1, 2021
1 parent 76ec3cd commit 501594d
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 6 deletions.
6 changes: 4 additions & 2 deletions PREADME.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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))
Expand Down
6 changes: 4 additions & 2 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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))
Expand Down
6 changes: 4 additions & 2 deletions tiny_gnupg.egg-info/PKG-INFO
Original file line number Diff line number Diff line change
Expand Up @@ -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))

Expand Down

0 comments on commit 501594d

Please sign in to comment.