diff options
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. |