aboutsummaryrefslogtreecommitdiffstats
path: root/becommands
diff options
context:
space:
mode:
authorW. Trevor King <wking@drexel.edu>2009-07-21 10:32:15 -0400
committerW. Trevor King <wking@drexel.edu>2009-07-21 10:32:15 -0400
commit680b3a15076d24d9e1ba5cd96623081d74dbd441 (patch)
treee028c27b8e381cf182c70b883f3c0b743c2017b9 /becommands
parent4c7a9d837a268480e61124bba84b5fb01ec3728f (diff)
downloadbugseverywhere-680b3a15076d24d9e1ba5cd96623081d74dbd441.tar.gz
Touched up becommands/diff.py's help message.
Diffstat (limited to 'becommands')
-rw-r--r--becommands/diff.py7
1 files changed, 4 insertions, 3 deletions
diff --git a/becommands/diff.py b/becommands/diff.py
index 0acfcb2..491261e 100644
--- a/becommands/diff.py
+++ b/becommands/diff.py
@@ -88,9 +88,10 @@ def get_parser():
return parser
longhelp="""
-Uses the RCS to compare the current tree with a previous tree, and prints
-a pretty report. If specifier is given, it is a specifier for the particular
-previous tree to use. Specifiers are specific to their RCS.
+Uses the RCS to compare the current tree with a previous tree, and
+prints a pretty report. If REVISION is given, it is a specifier for
+the particular previous tree to use. Specifiers are specific to their
+RCS.
For Arch your specifier must be a fully-qualified revision name.