From 4bc7803e03e60345c3a70dac2c50020181c6a881 Mon Sep 17 00:00:00 2001 From: rhatto Date: Fri, 14 Mar 2014 13:33:33 -0300 Subject: Added "destroy" alias to "teardown" action --- ChangeLog | 4 ++++ lib/keyringer/actions/destroy | 1 + share/man/keyringer.1.mdwn | 3 +++ 3 files changed, 8 insertions(+) create mode 120000 lib/keyringer/actions/destroy 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. -- cgit v1.2.3