diff options
author | rhatto <rhatto@ratatosk.fluxo.info> | 2014-03-14 13:51:39 -0300 |
---|---|---|
committer | rhatto <rhatto@ratatosk.fluxo.info> | 2014-03-14 13:51:39 -0300 |
commit | 04fddd908235729af70447fecf143af9e669abad (patch) | |
tree | afc9a0dc450897f7d007bc01e41a2310208f3c62 | |
parent | 59937cdcfb937abbf3f9601c37ab83384c45f289 (diff) | |
download | keyringer-04fddd908235729af70447fecf143af9e669abad.tar.gz keyringer-04fddd908235729af70447fecf143af9e669abad.tar.bz2 |
Keyringer 0.3.20.3.2
-rw-r--r-- | ChangeLog | 2 | ||||
-rwxr-xr-x | keyringer | 2 | ||||
-rw-r--r-- | share/man/keyringer.1 | 5 |
3 files changed, 7 insertions, 2 deletions
@@ -1,4 +1,4 @@ -2014-03-14 - Silvio Rhatto <rhatto@riseup.net> +2014-03-14 - 0.3.2 - Silvio Rhatto <rhatto@riseup.net> Subkey expiration date check shall not happen with expired keys @@ -138,7 +138,7 @@ function keyringer_dispatch { # Config NAME="keyringer" -KEYRINGER_VERSION="0.3.1" +KEYRINGER_VERSION="0.3.2" CONFIG_VERSION="0.1" CONFIG_BASE="$HOME/.$NAME" CONFIG="$CONFIG_BASE/config" diff --git a/share/man/keyringer.1 b/share/man/keyringer.1 index 9d2eae8..29c618b 100644 --- a/share/man/keyringer.1 +++ b/share/man/keyringer.1 @@ -50,6 +50,11 @@ Also, an entry will be added to \f[C]$HOME/.keyringer/config\f[] allowing keyringer to find the keyring by its alias. .RE .TP +.B destroy +Alias for \f[I]teardown\f[] action. +.RS +.RE +.TP .B git <\f[I]action\f[]> <\f[I]options\f[]> Git wrapper that operates from the toplevel keyring repository. You can issue any \f[I]GIT(1)\f[] subcommand with this action to have it |