From: W. Trevor King Date: Tue, 21 Jul 2009 14:32:15 +0000 (-0400) Subject: Touched up becommands/diff.py's help message. X-Git-Tag: 1.0.0~63^2~16 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=680b3a15076d24d9e1ba5cd96623081d74dbd441;p=be.git Touched up becommands/diff.py's help message. --- 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.