diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2013-12-26 21:56:04 -0200 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2013-12-26 21:56:04 -0200 |
commit | b95155761a1789557ea1569491d149e3c90d295b (patch) | |
tree | 3a3df3c48d7baa3fcd57ab5433a75dcb34eab4fa /share/man | |
parent | 4a19a5a2db0e49846249bf4b7ce02a2c6e143626 (diff) | |
download | keyringer-b95155761a1789557ea1569491d149e3c90d295b.tar.gz keyringer-b95155761a1789557ea1569491d149e3c90d295b.tar.bz2 |
Adding 'find' action
Diffstat (limited to 'share/man')
-rw-r--r-- | share/man/keyringer.1.mdwn | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/share/man/keyringer.1.mdwn b/share/man/keyringer.1.mdwn index ad9569b..c3a8a7c 100644 --- a/share/man/keyringer.1.mdwn +++ b/share/man/keyringer.1.mdwn @@ -37,6 +37,9 @@ Keyringer has three types of actions: # REPOSITORY LOOKUP AND MANIPULATION ACTIONS +find <*expression*> +: Find secrets in the repository. + init <*path*> [*remote*] : Initialize a new keyringer repository. If a *remote* URL is specified, keyringer will clone an existing repository. |