aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md9
1 files changed, 6 insertions, 3 deletions
diff --git a/README.md b/README.md
index e4b9398..62a32bc 100644
--- a/README.md
+++ b/README.md
@@ -279,12 +279,15 @@ Available options:
#### Patching files in place
```
-Usage: werge patch MYFILE
+Usage: werge patch (MYFILE | (-f|--format)) [-p|--patch PATCH]
- Apply a patch from `diff' to file
+ Modify a file using a patch from `diff'
Available options:
- MYFILE File to be modified
+ MYFILE File to be patched
+ -f,--format Do not patch anything, only format the patch using
+ conflict marks on joined tokens
+ -p,--patch PATCH File with the patch (default: stdin)
-h,--help Show this help text
```