aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation/config/clean.txt
diff options
context:
space:
mode:
Diffstat (limited to 'Documentation/config/clean.txt')
-rw-r--r--Documentation/config/clean.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/Documentation/config/clean.txt b/Documentation/config/clean.txt
index f05b9403b5..c0188ead4e 100644
--- a/Documentation/config/clean.txt
+++ b/Documentation/config/clean.txt
@@ -1,3 +1,3 @@
clean.requireForce::
- A boolean to make git-clean do nothing unless given -f,
- -i, or -n. Defaults to true.
+ A boolean to make git-clean refuse to delete files unless -f
+ is given. Defaults to true.