summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2012-06-11 00:39:09 -0400
committerGravatar Joey Hess <joey@kitenet.net>2012-06-11 00:39:09 -0400
commitd5884388b09347835df599d8a0dcea77e6795c10 (patch)
tree2f98ad9d0013b97daa04278bc837ef64967db73a /doc
parentca9ee21bd771e7f94ecd3916f55b10fb3cc8dcbe (diff)
daemonize git annex watch
Diffstat (limited to 'doc')
-rw-r--r--doc/git-annex.mdwn7
1 files changed, 5 insertions, 2 deletions
diff --git a/doc/git-annex.mdwn b/doc/git-annex.mdwn
index c1d8015ab..8ff005d8d 100644
--- a/doc/git-annex.mdwn
+++ b/doc/git-annex.mdwn
@@ -173,8 +173,11 @@ subdirectories).
Watches for changes to files in the current directory and its subdirectories,
and takes care of automatically adding new files, as well as dealing with
- deleted, copied, and moved files. Run this in the background, and you
- no longer need to manually run git commands when manipulating your files.
+ deleted, copied, and moved files. With this running as a daemon in the
+ background, you no longer need to manually run git commands when
+ manipulating your files.
+
+ To not daemonize, run with --foreground
# REPOSITORY SETUP COMMANDS