X-Git-Url: https://git.distorted.org.uk/~mdw/stgit/blobdiff_plain/fcee87cf868f18a3d684c3ba71232574f92c7b11..47e93ba96f6ca55cb4bf3701d4d5d190f25c0c49:/stgit/commands/pop.py diff --git a/stgit/commands/pop.py b/stgit/commands/pop.py index fb85eb8..3da135c 100644 --- a/stgit/commands/pop.py +++ b/stgit/commands/pop.py @@ -25,7 +25,11 @@ from stgit import stack, git help = 'pop the top of the series' -usage = '%prog [options]' +usage = """%prog [options] + +Pop the topmost patch or a range of patches starting with the topmost +one from the stack. The command fails if there are local changes or +conflicts.""" options = [make_option('-a', '--all', help = 'pop all the applied patches',