dpatch --version (return code: 0)
dpatch 2.0.38
dpatch --help (return code: 0)
dpatch -- Debian Patching Thingy
Usage: dpatch [<global options>] <command> [<options>] [<patchset>]
Global Options:
--workdir, -d <dir> Do everything in the given directory.
--strict, -S Work in strict mode, exiting on warnings too.
--force, -F Force applying or deapplying a patch.
Commands:
apply (apply-all, apply-until)
Apply the given set of patches, all of them, or up to, and including
the specified one.
deapply (deapply-all, deapply-until)
Deapply a given set of patches, all of them, or up to, and including
the specified one.
call (call-all, call-until)
Call a given set of patches with a custom argument, all of them, or
up to, and including the specified one.
cat (cat-all, cat-until)
Show the meta-information of a given set of patches, all of them, or
up to, and including the specified one.
list (list-all, list-until)
List the name of a given set of patches, all of them, or up to and
including the specified one.
status (status-all, status-up-to)
Show the status (applied or not) of a given set of patches, all of them,
or up to and including the specified one.
log (log-all, log-up-to)
Display the log of the patch attempt, all attempts, or up to and including
the specified one.
patch-template
Generate a quasi-standard dpatch template.
help
This help screen.
version
Print version number and exit.
You can get more information about the various commands by issuing one of the
dpatch <command> --help OR dpatch help <command>
commands.