mkups 0.1.0

Toolkit for creating, applying, and inspecting .ups patches
Documentation
.TH mkups 1 mkups\-0.1
.SH NAME
mkups \- .ups patch create/apply/show tool
.SH SYNOPSIS
.B mkups create
.IR INPUT
.IR PATCHED
.br
.B mkups apply
.RB [ \-f ]
.RB [ \-r ]
.IR INPUT
.IR PATCH
.br
.B mkups show
.IR PATCH
.br
.B mkups 
.RB [ \-h ]
.RB [ \-V ]
.SH DESCRIPTION
Toolkit for creating, applying, and inspecting .ups patches.
.SH USAGE
.TP
.B mkups create
Creates a .ups patch. The patch is written to standard output.
.TP
.B mkups apply
Applies a .ups patch. The input file is unmodified, the patched file is
written to standard output.
.TP
.B mkups show
Shows the contents of a .ups file.
.SH Global options
.B \-h, \-\-help
Displays a short help text and exits
.TP
.B \-V, \-\-version
Displays version information and exits
.SH apply options
.TP
.B \-f
Assume forward application of the patch
.TP
.B \-r
Assume reverse application of the patch
.TP
.P
Usually this is auto-detected, and no options are neccessary to apply a patch.
.SH BUGS
Send bug reports to ~raphi/public-inbox@lists.sr.ht