diff options
| author | Joey Hess <joeyh@joeyh.name> | 2016-12-26 12:07:18 -0400 |
|---|---|---|
| committer | Joey Hess <joeyh@joeyh.name> | 2016-12-26 12:07:18 -0400 |
| commit | 577ff36472956689ef5bebbefe6770357e2785f4 (patch) | |
| tree | f325c5b532b098d22e49bc27c7f3b8345c84192e /doc | |
| parent | e3dacfc402108d2da408f843542d82dcab58157d (diff) | |
Added --build option, which makes propellor simply build itself.
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/usage.mdwn | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/doc/usage.mdwn b/doc/usage.mdwn index fc1f8391..3d32538f 100644 --- a/doc/usage.mdwn +++ b/doc/usage.mdwn @@ -55,6 +55,14 @@ and configured in haskell. The hostname given to --spin can be a short name, which is then looked up in the DNS to find the FQDN. +* propellor --build + + Causes propellor to build itself, checking that your config.hs, etc are + valid. + + You do not need to run this as a separate step; propellor automatically + builds itself when using things like --spin. + * propellor --add-key keyid Adds a gpg key, which is used to encrypt the privdata. |
