summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Spang <mspang@uwaterloo.ca>2007-05-06 18:09:34 (GMT)
committerJunio C Hamano <junkio@cox.net>2007-05-07 22:39:57 (GMT)
commit0fc4baebf318d211ad35af447cde7cd814aa57e9 (patch)
treef8136a9a395d722ada6d6caeb177c0e4dca2348c
parentec0e0f25dce3686fa7ad8fb1783140076983822c (diff)
downloadgit-0fc4baebf318d211ad35af447cde7cd814aa57e9.zip
git-0fc4baebf318d211ad35af447cde7cd814aa57e9.tar.gz
git-0fc4baebf318d211ad35af447cde7cd814aa57e9.tar.bz2
Fix minor documentation errors
- 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>
-rw-r--r--Documentation/git-clean.txt2
-rw-r--r--Documentation/git-ls-files.txt4
2 files changed, 3 insertions, 3 deletions
diff --git a/Documentation/git-clean.txt b/Documentation/git-clean.txt
index 5aff026..e3252d5 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 79e0b7b..076cebc 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