diff options
author | rhatto <rhatto@ratatosk.fluxo.info> | 2014-03-14 13:52:01 -0300 |
---|---|---|
committer | rhatto <rhatto@ratatosk.fluxo.info> | 2014-03-14 13:52:01 -0300 |
commit | 307fadff79b8f725d4ab9e41f270c024c05a0ef9 (patch) | |
tree | c886d99b3971042726ae8b9df58cb3f1a4b901a4 /share/man | |
parent | 36369a8bfb4fd15d70d61cb4af929ac1b94fed70 (diff) | |
parent | 04fddd908235729af70447fecf143af9e669abad (diff) | |
download | keyringer-307fadff79b8f725d4ab9e41f270c024c05a0ef9.tar.gz keyringer-307fadff79b8f725d4ab9e41f270c024c05a0ef9.tar.bz2 |
Imported Upstream version 0.3.2upstream_keyringer_0.3.2
Diffstat (limited to 'share/man')
-rw-r--r-- | share/man/keyringer.1 | 5 | ||||
-rw-r--r-- | share/man/keyringer.1.mdwn | 3 |
2 files changed, 8 insertions, 0 deletions
diff --git a/share/man/keyringer.1 b/share/man/keyringer.1 index 9d2eae8..29c618b 100644 --- a/share/man/keyringer.1 +++ b/share/man/keyringer.1 @@ -50,6 +50,11 @@ Also, an entry will be added to \f[C]$HOME/.keyringer/config\f[] allowing keyringer to find the keyring by its alias. .RE .TP +.B destroy +Alias for \f[I]teardown\f[] action. +.RS +.RE +.TP .B git <\f[I]action\f[]> <\f[I]options\f[]> Git wrapper that operates from the toplevel keyring repository. You can issue any \f[I]GIT(1)\f[] subcommand with this action to have it 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. |