git-clean.txt: do not claim we will delete files with -n/--dry-run

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>

Elijah Newren committed Sep 17, 2019 at 09:35 UTC 3aca58045f4fa4ad25042f0850706b1d00fd77f1
1 file changed +1 -1
Documentation/git-clean.txt
+1 -1
@@ -35,7 +35,7 @@ OPTIONS
35 --force::
36 If the Git configuration variable clean.requireForce is not set
37 to false, 'git clean' will refuse to delete files or directories
38 - unless given -f, -n or -i. Git will refuse to delete directories
38 + unless given -f or -i. Git will refuse to delete directories
39 with .git sub directory or file unless a second -f
40 is given.
41