diff options
-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 |