diff options
author | Matthias Lederhofer <matled@gmx.net> | 2006-07-14 17:53:29 +0200 |
---|---|---|
committer | Junio C Hamano <junkio@cox.net> | 2006-07-27 13:55:31 -0700 |
commit | 6c35119ac711c69c69874d7d52f5cfa12c07ccce (patch) | |
tree | 4eaf5691c92f587e61375eee955a9d03ac462828 /daemon.c | |
parent | 5209eda86363a3ba2e000903ad8de29589b18b58 (diff) | |
download | git-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.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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; |