git-clean: fix verb tense

This commit is contained in:
Waldir Pimenta 2017-04-17 17:54:29 +01:00 committed by Agniva De Sarker
parent 4d80ebdc16
commit 9475cd3589

View File

@ -10,7 +10,7 @@
`git clean -i`
- Shows what files would be deleted without actually deleting them:
- Show what files would be deleted without actually deleting them:
`git clean --dry-run`