]> git.ipfire.org Git - thirdparty/git.git/commitdiff
git-clean.txt: do not claim we will delete files with -n/--dry-run
authorElijah Newren <newren@gmail.com>
Tue, 17 Sep 2019 16:35:00 +0000 (09:35 -0700)
committerJunio C Hamano <gitster@pobox.com>
Tue, 17 Sep 2019 19:20:35 +0000 (12:20 -0700)
It appears that the wrong option got included in the list of what will
cause git-clean to actually take action.  Correct the list.

Signed-off-by: Elijah Newren <newren@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/git-clean.txt

index db876f7dde9237c47d1083d1649f8f8b077b9c82..e84ffc9396d3efcb2fec0175d258dfd94bb74ab1 100644 (file)
@@ -35,7 +35,7 @@ OPTIONS
 --force::
        If the Git configuration variable clean.requireForce is not set
        to false, 'git clean' will refuse to delete files or directories
-       unless given -f, -n or -i. Git will refuse to delete directories
+       unless given -f or -i. Git will refuse to delete directories
        with .git sub directory or file unless a second -f
        is given.