diff options
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/usage.mdwn | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/doc/usage.mdwn b/doc/usage.mdwn index 6646ab14..16788320 100644 --- a/doc/usage.mdwn +++ b/doc/usage.mdwn @@ -20,12 +20,18 @@ action as needed to satisfy the configured properties of the local host. # OPTIONS -* --spin targethost [--via relayhost] +* --spin targethost [targethost ...] [--via relayhost] Causes propellor to automatically install itself on the specified target host, or if it's already installed there, push any updates. Propellor is then run on the target host, to satisfy its configured properties. + A signed git commit is made by --spin, so that any changes you have made + get propigated to the target host. + + Multiple target hosts can be specified; propellor will run on each of + them in sequence. + When run with --via, propellor sshes to the relay host and runs `propellor --spin hostname` from there. This can be useful when propellor is installing itself, since most of the data transfer |
