X-Git-Url: https://git.distorted.org.uk/~mdw/stgit/blobdiff_plain/fcee87cf868f18a3d684c3ba71232574f92c7b11..d0d139a330a0e2f49b9acad4ea1938304b4110ac:/stgit/commands/top.py diff --git a/stgit/commands/top.py b/stgit/commands/top.py index 676c7ad..1d6ab5e 100644 --- a/stgit/commands/top.py +++ b/stgit/commands/top.py @@ -25,7 +25,9 @@ from stgit import stack, git help = 'print the name of the top patch' -usage = '%prog' +usage = """%prog [options] + +Print the name of the current (topmost) patch.""" options = []