Fix minor documentation errors
authorMichael Spang <mspang@uwaterloo.ca>
Sun, 6 May 2007 18:09:34 +0000 (14:09 -0400)
committerJunio C Hamano <junkio@cox.net>
Mon, 7 May 2007 22:39:57 +0000 (15:39 -0700)
- git-ls-files.txt: typo in description of --ignored
- git-clean.txt: s/forceRequire/requireForce/

Signed-off-by: Michael Spang <mspang@uwaterloo.ca>
Signed-off-by: Junio C Hamano <junkio@cox.net>
Documentation/git-clean.txt
Documentation/git-ls-files.txt

index 5aff026eb489a84640ffef6c8deed5b9f89e2b06..e3252d59daa33576c0b00bd5f2daa3a5b50c9b7a 100644 (file)
@@ -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::
index 79e0b7b71a126537091fdb159a1141036215fb63..076cebca1747ed8e35b71aefa2cae9d428a0d1e4 100644 (file)
@@ -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