]> gitweb.fluxo.info Git - keyringer.git/commitdiff
Added "destroy" alias to "teardown" action
authorrhatto <rhatto@ratatosk.fluxo.info>
Fri, 14 Mar 2014 16:33:33 +0000 (13:33 -0300)
committerrhatto <rhatto@ratatosk.fluxo.info>
Fri, 14 Mar 2014 16:33:33 +0000 (13:33 -0300)
ChangeLog
lib/keyringer/actions/destroy [new symlink]
share/man/keyringer.1.mdwn

index 6730f391442e6beaab21721c56b23f8b162c5f4e..1e8234a374f4db560846200de911eb1f99abe3b6 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -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 (symlink)
index 0000000..c523618
--- /dev/null
@@ -0,0 +1 @@
+teardown
\ No newline at end of file
index 9412b5d88d2f9f41b1d4b7181fc5c0edd8021b8d..84895c20a59f357c78ce84101e50dfa52e9933bd 100644 (file)
@@ -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.