aboutsummaryrefslogtreecommitdiff
path: root/toys/posix/patch.c
diff options
context:
space:
mode:
Diffstat (limited to 'toys/posix/patch.c')
-rw-r--r--toys/posix/patch.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/toys/posix/patch.c b/toys/posix/patch.c
index 1a3c7bbb..2dc9a728 100644
--- a/toys/posix/patch.c
+++ b/toys/posix/patch.c
@@ -28,11 +28,11 @@ config PATCH
Apply a unified diff to one or more files.
- -d modify files in DIR
+ -d Modify files in DIR
-i Input file (defaults=stdin)
-l Loose match (ignore whitespace)
-p Number of '/' to strip from start of file paths (default=all)
- -R Reverse patch.
+ -R Reverse patch
-u Ignored (only handles "unified" diffs)
--dry-run Don't change files, just confirm patch applies