Guilt v0.31.1
[guilt.git] / Documentation / guilt-delete.txt
blob1f8cf1dd69439ad645d827b036f33c34248d0e91
1 guilt-delete(1)
2 ===============
4 NAME
5 ----
6 guilt-delete - Delete a patch
8 SYNOPSIS
9 --------
10 include::usage-guilt-delete.txt[]
12 DESCRIPTION
13 -----------
14 Delete an unapplied patch from the series.
16 OPTIONS
17 -------
18 -f::
19         Remove the patch from the series and disk
21 <patchname>::
22         Name of the patch to delete.
24 EXAMPLES
25 --------
26 Delete a patch called 'foobar':
28 $ guilt-delete foobar
30 Author
31 ------
32 Written by Josef "Jeff" Sipek <jeffpc@josefsipek.net>
34 Documentation
35 -------------
36 Documentation by Brandon Philips <brandon@ifup.org>
38 include::footer.txt[]