mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-08-11 01:35:50 +02:00
Change wording for "un-applying" patches.
This commit is contained in:
parent
5ff0c017c5
commit
a7c5a03cbb
1 changed files with 1 additions and 1 deletions
|
@ -11,6 +11,6 @@
|
||||||
|
|
||||||
`patch -p1 < {{patchfile}}.diff`
|
`patch -p1 < {{patchfile}}.diff`
|
||||||
|
|
||||||
- reverse a patch
|
- apply the reverse of a patch
|
||||||
|
|
||||||
`patch -R < {{patchfile}}.diff`
|
`patch -R < {{patchfile}}.diff`
|
||||||
|
|
Loading…
Add table
Reference in a new issue