Add a --version=... option to the mail command
[stgit] / stgit / commands / applied.py
index 94b26c6..8a2a232 100644 (file)
@@ -25,7 +25,11 @@ from stgit import stack, git
 
 
 help = 'print the applied patches'
-usage = '%prog'
+usage = """%prog [options]
+
+List the patches from the series which were already pushed onto the
+stack.  They are listed in the order in which they were pushed, the
+last one being the current (topmost) patch."""
 
 options = []