diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2013-09-10 15:24:50 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2013-09-10 15:24:50 -0300 |
commit | 9757393b4bd23f32b38cfc83b621221bde08397a (patch) | |
tree | 44f3bc5abb19dda099291a27a1a65013cf704f1f /share/man/keyringer.1.mdwn | |
parent | 81f40da2218a3535f9cdd618f40b0b1afe48fa2a (diff) | |
download | keyringer-9757393b4bd23f32b38cfc83b621221bde08397a.tar.gz keyringer-9757393b4bd23f32b38cfc83b621221bde08397a.tar.bz2 |
Manpage: minor changes
Diffstat (limited to 'share/man/keyringer.1.mdwn')
-rw-r--r-- | share/man/keyringer.1.mdwn | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/share/man/keyringer.1.mdwn b/share/man/keyringer.1.mdwn index 6dc81c0..f6c1c84 100644 --- a/share/man/keyringer.1.mdwn +++ b/share/man/keyringer.1.mdwn @@ -1,6 +1,6 @@ % KEYRINGER(1) Keyringer User Manual % Silvio Rhatto -% August 17, 2013 +% Sep 10, 2013 # NAME @@ -26,7 +26,7 @@ Keyringer has three types of actions: 2. Secret manipulation actions. 3. Configuration actions. -# REPOSITORY LOOKUP AND MANIPULATION ACTIONS +## REPOSITORY LOOKUP AND MANIPULATION ACTIONS init <*path*> [*remote*] : Initialize a new keyringer repository. If a *remote* URL is specified, keyringer will @@ -52,6 +52,9 @@ ls <*path*> All secret manipulation actions operates upon a *SECRET* which is the pathname of an encrypted file relative to keyring with optional `.asc` extension. +If the `.asc` extension is ommited, keyringer will add it in the end of the +pathname. + Secret manipulation actions do not commit changes into the secret repository. After any manipulation, the user has to manually commit the changes using the git wrapper action. |