1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2024-11-02 01:18:00 +01:00

Change wording for "un-applying" patches.

This commit is contained in:
Camilla Krag Jensen 2014-10-29 09:25:50 +01:00
parent 5ff0c017c5
commit a7c5a03cbb

View file

@ -11,6 +11,6 @@
`patch -p1 < {{patchfile}}.diff`
- reverse a patch
- apply the reverse of a patch
`patch -R < {{patchfile}}.diff`