X-Git-Url: https://git.distorted.org.uk/~mdw/stgit/blobdiff_plain/fcee87cf868f18a3d684c3ba71232574f92c7b11..54b095847e7d97697bde6d0beca7b6b9a67e9590:/stgit/commands/delete.py diff --git a/stgit/commands/delete.py b/stgit/commands/delete.py index a003082..01bea62 100644 --- a/stgit/commands/delete.py +++ b/stgit/commands/delete.py @@ -25,7 +25,12 @@ from stgit import stack, git help = 'remove the topmost or any unapplied patch' -usage = '%prog ' +usage = """%prog [options] + +Delete the patch passed as argument. The patch to be deleted can only +be part of the unapplied list or be the topmost one, in the latter +case the command also popping it from the stack. Note that the +'delete' operation is irreversible.""" options = []