mirror of
https://github.com/Thesola10/umd-livepatch.git
synced 2025-04-20 06:23:22 +00:00
11 lines
295 B
Plaintext
11 lines
295 B
Plaintext
umdiff - Generate patch files for use with umd-livepatch
|
|
|
|
Usage:
|
|
umdiff delta <source_file> <target_file> <output_file>
|
|
umdiff patch <source_file> <umdiff_file> <output_file>
|
|
umdiff from-rdiff <rdiff_file> <output_file>
|
|
umdiff --help
|
|
|
|
Options:
|
|
-h --help Prints a short usage summary.
|