From: rhatto Date: Fri, 14 Mar 2014 16:33:33 +0000 (-0300) Subject: Added "destroy" alias to "teardown" action X-Git-Tag: 0.3.2~5 X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=4bc7803e03e60345c3a70dac2c50020181c6a881;p=keyringer.git Added "destroy" alias to "teardown" action --- diff --git a/ChangeLog b/ChangeLog index 6730f39..1e8234a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2014-03-14 - Silvio Rhatto + + Added "destroy" alias to "teardown" action + 2014-03-14 - 0.3.1 - Silvio Rhatto 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.