chiark / gitweb /
Improve the help message for commands
[stgit] / stgit / commands / unapplied.py
index 5d7564a50dd7f33caf5760b8c42f68898c4bdd46..fe6a48557caa9c11e12d9216237422c14532b476 100644 (file)
@@ -25,7 +25,10 @@ from stgit import stack, git
 
 
 help = 'print the unapplied patches'
-usage = '%prog'
+usage = """%prog [options]
+
+List the patches from the series which are not pushed onto the stack.
+They are listed in the reverse order in which they were popped."""
 
 options = []