]> gitweb.fluxo.info Git - keyringer.git/commitdiff
Doc update
authorSilvio Rhatto <rhatto@riseup.net>
Mon, 11 Nov 2013 00:50:12 +0000 (22:50 -0200)
committerSilvio Rhatto <rhatto@riseup.net>
Mon, 11 Nov 2013 00:50:12 +0000 (22:50 -0200)
index.mdwn

index a26f90375e7a7f14cab8dad574feb44ee7f430a0..148da07787551ff32fdfaeca5ab4c386420a7468 100644 (file)
@@ -86,28 +86,28 @@ secrets with lines such as:
     emma - /dev/hda : : secret2
 
 Or you may also have a different encrypted file for each secret, e.g. a file called
-emma.root that contains the root passphrase for the server named emma and
-another called emma.hda with the passphrase to decrypt /dev/hda on emma.
+emma.root that contains the root passphrase for the server named `emma` and
+another called emma.hda with the passphrase to decrypt `/dev/hda` on `emma`.
 
 Encrypting a secret
 
-    keyringer <keyring> encrypt <file>
+    keyringer <keyring> encrypt <secret>
 
 Encrypting a secret from a file
 
-    keyringer <keyring> encrypt <plaintext-file> <file>
+    keyringer <keyring> encrypt <secret> <plaintext-file>
 
 Decrypting a secret (only to stdout)
 
-    keyringer <keyring> decrypt <file>
+    keyringer <keyring> decrypt <secret>
 
 Re-encrypting a secret or the whole repository
 
-    keyringer <keyring> recrypt [file]
+    keyringer <keyring> recrypt [secret]
 
 Appending information to a secret
 
-    keyringer <keyring> append <file>
+    keyringer <keyring> append <secret>
 
 Editing a secret