From 680b3a15076d24d9e1ba5cd96623081d74dbd441 Mon Sep 17 00:00:00 2001 From: "W. Trevor King" Date: Tue, 21 Jul 2009 10:32:15 -0400 Subject: Touched up becommands/diff.py's help message. --- becommands/diff.py | 7 ++++--- 1 file 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. -- cgit