diff options
-rw-r--r-- | ChangeLog | 4 | ||||
l--------- | lib/keyringer/actions/destroy | 1 | ||||
-rw-r--r-- | share/man/keyringer.1.mdwn | 3 |
3 files changed, 8 insertions, 0 deletions
@@ -1,3 +1,7 @@ +2014-03-14 - Silvio Rhatto <rhatto@riseup.net> + + Added "destroy" alias to "teardown" action + 2014-03-14 - 0.3.1 - Silvio Rhatto <rhatto@riseup.net> Try to get an initial recipient (#32) diff --git a/lib/keyringer/actions/destroy b/lib/keyringer/actions/destroy new file mode 120000 index 0000000..c523618 --- /dev/null +++ b/lib/keyringer/actions/destroy @@ -0,0 +1 @@ +teardown
\ No newline at end of file diff --git a/share/man/keyringer.1.mdwn b/share/man/keyringer.1.mdwn index 9412b5d..84895c2 100644 --- a/share/man/keyringer.1.mdwn +++ b/share/man/keyringer.1.mdwn @@ -50,6 +50,9 @@ init <*path*> [*remote*] Also, an entry will be added to `$HOME/.keyringer/config` allowing keyringer to find the keyring by its alias. +destroy +: Alias for *teardown* action. + git <*action*> <*options*> : Git wrapper that operates from the toplevel keyring repository. You can issue any *GIT(1)* subcommand with this action to have it applied in the keyring repository. |