From 0460ed2c93d78c753242f835c441f320f792ac54 Mon Sep 17 00:00:00 2001 From: Felipe Contreras Date: Wed, 8 May 2013 20:16:55 -0500 Subject: documentation: trivial style cleanups White-spaces, missing braces, standardize --[no-]foo. Signed-off-by: Felipe Contreras Signed-off-by: Junio C Hamano --- Documentation/git-daemon.txt | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) (limited to 'Documentation/git-daemon.txt') diff --git a/Documentation/git-daemon.txt b/Documentation/git-daemon.txt index bfb106cccd..223f731523 100644 --- a/Documentation/git-daemon.txt +++ b/Documentation/git-daemon.txt @@ -16,8 +16,10 @@ SYNOPSIS [--reuseaddr] [--detach] [--pid-file=] [--enable=] [--disable=] [--allow-override=] [--forbid-override=] - [--access-hook=] - [--inetd | [--listen=] [--port=] [--user= [--group=]] + [--access-hook=] [--[no-]informative-errors] + [--inetd | + [--listen=] [--port=] + [--user= [--group=]]] [...] DESCRIPTION @@ -169,8 +171,7 @@ Git configuration files in that directory are readable by ``. repository configuration. By default, all the services are overridable. ---informative-errors:: ---no-informative-errors:: +--[no-]informative-errors:: When informative errors are turned on, git-daemon will report more verbose errors to the client, differentiating conditions like "no such repository" from "repository not exported". This -- cgit v1.2.3