improve "usage" strings to include optional "--"
[stgit] / stgit / commands / hide.py
index 54b0df8..dfb6b6f 100644 (file)
@@ -22,7 +22,7 @@ from stgit.argparse import opt
 
 help = 'Hide a patch in the series'
 kind = 'stack'
-usage = ['[options] <patch-range>']
+usage = ['[options] [--] <patch-range>']
 description = """
 Hide a range of unapplied patches so that they are no longer shown in
 the plain 'series' command output."""