Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions bin/patch
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ if (@ARGV) {
suffix|b=s force|f reject-file|r=s
prefix|B=s batch|t reverse|R
context|c fuzz|F=i silent|quiet|s
check|C ignore-whitespace|l skip|S
check|dry-run|C ignore-whitespace|l skip|S
directory|d=s normal|n unified|u
ifdef|D=s forward|N version|v
ed|e output|o=s version-control|V=s
Expand Down Expand Up @@ -1278,7 +1278,7 @@ specified any argument from B<-b> will be ignored.
forces I<patch> to interpret the patch file as a context
diff.

=item -C or --check
=item -C or --check or --dry-run

checks that the patch would apply cleanly, but does
not modify anything.
Expand Down
Loading