Skip to content

Commit 3aca580

Browse files
newrengitster
authored andcommitted
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 <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent 29b577b commit 3aca580

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Documentation/git-clean.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ OPTIONS
3535
--force::
3636
If the Git configuration variable clean.requireForce is not set
3737
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
3939
with .git sub directory or file unless a second -f
4040
is given.
4141

0 commit comments

Comments
 (0)