diff options
author | Michael Spang <mspang@uwaterloo.ca> | 2007-05-06 14:09:34 -0400 |
---|---|---|
committer | Junio C Hamano <junkio@cox.net> | 2007-05-07 15:39:57 -0700 |
commit | 0fc4baebf318d211ad35af447cde7cd814aa57e9 (patch) | |
tree | f8136a9a395d722ada6d6caeb177c0e4dca2348c | |
parent | t7300: Basic tests for git-clean (diff) | |
download | tgif-0fc4baebf318d211ad35af447cde7cd814aa57e9.tar.xz |
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.txt | 2 | ||||
-rw-r--r-- | Documentation/git-ls-files.txt | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/Documentation/git-clean.txt b/Documentation/git-clean.txt index 5aff026eb4..e3252d59da 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 79e0b7b71a..076cebca17 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 |