Touched up becommands/diff.py's help message.
authorW. Trevor King <wking@drexel.edu>
Tue, 21 Jul 2009 14:32:15 +0000 (10:32 -0400)
committerW. Trevor King <wking@drexel.edu>
Tue, 21 Jul 2009 14:32:15 +0000 (10:32 -0400)
becommands/diff.py

index 0acfcb2f1b2b5e12751db18b05ac702a98027170..491261e73118ac9658ca5822b935e978555e0818 100644 (file)
@@ -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.