git-clean.txt: do not claim we will delete files with -n/--dry-run
commit3aca58045f4fa4ad25042f0850706b1d00fd77f1
authorElijah Newren <newren@gmail.com>
Tue, 17 Sep 2019 16:35:00 +0000 (17 09:35 -0700)
committerJunio C Hamano <gitster@pobox.com>
Tue, 17 Sep 2019 19:20:35 +0000 (17 12:20 -0700)
tree6325584c035fee81cdac2e886299d9af7fd0c09c
parent29b577b96082d87b7237fdc57bf95cfe0914c53d
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>
Documentation/git-clean.txt