From: Michael Spang Date: Sun, 6 May 2007 18:09:34 +0000 (-0400) Subject: Fix minor documentation errors X-Git-Tag: v1.5.2-rc3~22 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=0fc4baebf318d211ad35af447cde7cd814aa57e9;p=git.git Fix minor documentation errors - git-ls-files.txt: typo in description of --ignored - git-clean.txt: s/forceRequire/requireForce/ Signed-off-by: Michael Spang Signed-off-by: Junio C Hamano --- diff --git a/Documentation/git-clean.txt b/Documentation/git-clean.txt index 5aff026eb..e3252d59d 100644 --- a/Documentation/git-clean.txt +++ b/Documentation/git-clean.txt @@ -26,7 +26,7 @@ OPTIONS Remove untracked directories in addition to untracked files. -f:: - If the git configuration specifies clean.forceRequire as true, + If the git configuration specifies clean.requireForce as true, git-clean will refuse to run unless given -f or -n. -n:: diff --git a/Documentation/git-ls-files.txt b/Documentation/git-ls-files.txt index 79e0b7b71..076cebca1 100644 --- a/Documentation/git-ls-files.txt +++ b/Documentation/git-ls-files.txt @@ -42,8 +42,8 @@ OPTIONS Show other files in the output -i|--ignored:: - Show ignored files in the output - Note the this also reverses any exclude list present. + Show ignored files in the output. + Note that this also reverses any exclude list present. -s|--stage:: Show stage files in the output