diff options
Diffstat (limited to 'becommands/diff.py')
-rw-r--r-- | becommands/diff.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/becommands/diff.py b/becommands/diff.py index 82ebb2c..5a3a7cf 100644 --- a/becommands/diff.py +++ b/becommands/diff.py @@ -18,6 +18,8 @@ """Compare bug reports with older tree""" from libbe import bugdir, diff, cmdutil import os +__desc__ = __doc__ + def execute(args): options, args = get_parser().parse_args(args) if len(args) == 0: |