Add a --version=... option to the mail command
[stgit] / stgit / commands / top.py
index 676c7ad..1d6ab5e 100644 (file)
@@ -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 = []