summaryrefslogtreecommitdiff
path: root/doc/usage.mdwn
diff options
context:
space:
mode:
authorJoey Hess2016-11-12 01:46:38 -0400
committerJoey Hess2016-11-12 01:46:38 -0400
commitfbd1a96f8f93508f72d2a2d77985529602e32159 (patch)
treed3acd2ea0c6a86193f0aef32ebc8ff7939f18e90 /doc/usage.mdwn
parentbde6a58ef862ab01ee89a07d815fad4a51361b5b (diff)
improve man page
Diffstat (limited to 'doc/usage.mdwn')
-rw-r--r--doc/usage.mdwn5
1 files changed, 4 insertions, 1 deletions
diff --git a/doc/usage.mdwn b/doc/usage.mdwn
index ac23799e..fec346ae 100644
--- a/doc/usage.mdwn
+++ b/doc/usage.mdwn
@@ -59,6 +59,9 @@ and configured in haskell.
Adds a gpg key, which is used to encrypt the privdata.
+ Multiple gpg keys can be added; the privdata will be encrypted so that
+ all of them can decrypt it.
+
If the gpg secret key is present, git is configured to sign commits
using this key. Propellor requires signed commits when pulling from
a central git repository.
@@ -152,7 +155,7 @@ Additionally, the url of a remote named "deploy", if it exists
in your ~/.propellor/ repository, is used as the origin url for
the other repositories.
-# SH AUTHOR
+# AUTHOR
Joey Hess <id@joeyh.name>