diff options
author | Joey Hess <joey@kitenet.net> | 2012-12-29 14:43:53 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2012-12-29 14:43:53 -0400 |
commit | a2acf0ed7f27bf4ce37be39d1c5f47c414183ead (patch) | |
tree | efe6a745f90b345f7e2b84d1c1e216008ac51e7a | |
parent | ee3407de64d52d91500c6b761ad45c7a22eb73cb (diff) |
document --autostart
-rw-r--r-- | doc/git-annex.mdwn | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/git-annex.mdwn b/doc/git-annex.mdwn index 169c234c1..b36577d99 100644 --- a/doc/git-annex.mdwn +++ b/doc/git-annex.mdwn @@ -190,6 +190,9 @@ subdirectories). Like watch, but also automatically syncs changes to other remotes. Typically started at boot, or when you log in. + With the --autostart option, the assistant is started in any repositories + it has created. + * webapp Runs a web app, that allows easy setup of a git-annex repository, |