diff options
author | rhatto <rhatto@ratatosk.fluxo.info> | 2014-03-14 13:33:33 -0300 |
---|---|---|
committer | rhatto <rhatto@ratatosk.fluxo.info> | 2014-03-14 13:33:33 -0300 |
commit | 4bc7803e03e60345c3a70dac2c50020181c6a881 (patch) | |
tree | b68e877f937dce0446e884694404086744bee7e1 | |
parent | 38c1700e6e21d070c39e0e64127995b3246d7460 (diff) | |
download | keyringer-4bc7803e03e60345c3a70dac2c50020181c6a881.tar.gz keyringer-4bc7803e03e60345c3a70dac2c50020181c6a881.tar.bz2 |
Added "destroy" alias to "teardown" action
-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. |