]> Dogcows Code - chaz/groupsecret/blobdiff - bin/groupsecret
fix documentation errors
[chaz/groupsecret] / bin / groupsecret
index 472d33f13855d0518ab439b469eae695f4813dc9..3c9d1f032c54d4857e8358e9230cdce030b3a591 100755 (executable)
@@ -26,7 +26,7 @@ L<ansible-vault(1)> password.
 The goal of this program is to be easy to use and have few dependencies (or only have dependencies
 users are likely to already have installed).
 
-L<groupsecret> works by encrypting a secret with a symmetric cipher protected by a secure random
+groupsecret works by encrypting a secret with a symmetric cipher protected by a secure random
 passphrase which is itself encrypted by one or more SSH2 RSA public keys. Only those who have access
 to one of the corresponding private keys are able to decrypt the passphrase and access the secret.
 
@@ -57,7 +57,7 @@ Alias: C<-h>
 
 Specify a path to a keyfile which stores a secret and keys.
 
-Defaults to the value of the environment variable C<GROUPSECRET_KEYFILE> or F<groupsecret.yml>.
+Defaults to the value of the environment variable L</GROUPSECRET_KEYFILE> or F<groupsecret.yml>.
 
 Alias: C<-f>
 
@@ -66,8 +66,7 @@ Alias: C<-f>
 Specify a path to a PEM private key. This is used by some commands to decrypt the passphrase that
 protects the secret and is ignored by commands that don't need it.
 
-Defaults to the value of the environment variable L</GROUPSECRET_PRIVATE_KEY>. If that is unset, it
-defaults to F<~/.ssh/id_rsa>.
+Defaults to the value of the environment variable L</GROUPSECRET_PRIVATE_KEY> or F<~/.ssh/id_rsa>.
 
 Alias: C<-k>
 
@@ -86,7 +85,7 @@ encrypt a new passphrase if it ever needs to be changed. Keys that are not embed
 for in the filesystem; see L</GROUPSECRET_PATH>.
 
 If the C<--update> option is used and a key with the same fingerprint is added, the new key will
-replaced the existing key. The default behavior is to skip existing keys.
+replace the existing key. The default behavior is to skip existing keys.
 
 If the keyfile is storing a secret, the passphrase protecting the secret will need to be decrypted
 so that access to the secret can be shared with the new key(s).
This page took 0.020487 seconds and 4 git commands to generate.