1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-07-25 18:55:25 +02:00

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`