improve "usage" strings to include optional "--"
[stgit] / stgit / commands / status.py
index 730b47c..8ea6526 100644 (file)
@@ -24,7 +24,7 @@ from stgit import argparse, stack, git
 
 help = 'Show the tree status'
 kind = 'wc'
-usage = ['[options] [<files or dirs>]']
+usage = ['[options] [--] [<files or dirs>]']
 description = """
 Show the status of the whole working copy or the given files. The
 command also shows the files in the current directory which are not