aboutsummaryrefslogtreecommitdiff
path: root/daemon.c
diff options
context:
space:
mode:
authorMatthias Lederhofer <matled@gmx.net>2006-07-14 17:53:29 +0200
committerJunio C Hamano <junkio@cox.net>2006-07-27 13:55:31 -0700
commit6c35119ac711c69c69874d7d52f5cfa12c07ccce (patch)
tree4eaf5691c92f587e61375eee955a9d03ac462828 /daemon.c
parent5209eda86363a3ba2e000903ad8de29589b18b58 (diff)
downloadgit-6c35119ac711c69c69874d7d52f5cfa12c07ccce.tar.gz
git-6c35119ac711c69c69874d7d52f5cfa12c07ccce.tar.xz
daemon: documentation for --reuseaddr, --detach and --pid-file
Signed-off-by: Matthias Lederhofer <matled@gmx.net> Signed-off-by: Junio C Hamano <junkio@cox.net>
Diffstat (limited to 'daemon.c')
-rw-r--r--daemon.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/daemon.c b/daemon.c
index e4ec67630..810837f0c 100644
--- a/daemon.c
+++ b/daemon.c
@@ -19,7 +19,7 @@ static const char daemon_usage[] =
"git-daemon [--verbose] [--syslog] [--inetd | --port=n] [--export-all]\n"
" [--timeout=n] [--init-timeout=n] [--strict-paths]\n"
" [--base-path=path] [--user-path | --user-path=path]\n"
-" [--reuseaddr] [directory...]";
+" [--reuseaddr] [--detach] [--pid-file=file] [directory...]";
/* List of acceptable pathname prefixes */
static char **ok_paths = NULL;