diff options
Diffstat (limited to '')
-rw-r--r-- | Documentation/config/clean.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Documentation/config/clean.txt b/Documentation/config/clean.txt index f05b940..c0188ea 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. |