aboutsummaryrefslogtreecommitdiffstats
path: root/libbe/command/diff.py
diff options
context:
space:
mode:
authorW. Trevor King <wking@drexel.edu>2009-12-15 02:38:51 -0500
committerW. Trevor King <wking@drexel.edu>2009-12-15 02:38:51 -0500
commit4370270929db62a32d168ae221ecc70a2d80269e (patch)
tree1d13816bc0da95739b6cec6b8d53888a87f9f156 /libbe/command/diff.py
parenta1bd5432ffbf28bf2fadfed8a5b2db917f243344 (diff)
downloadbugseverywhere-4370270929db62a32d168ae221ecc70a2d80269e.tar.gz
Transitioned target to Command-format
Diffstat (limited to 'libbe/command/diff.py')
-rw-r--r--libbe/command/diff.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/libbe/command/diff.py b/libbe/command/diff.py
index de8cf67..05242db 100644
--- a/libbe/command/diff.py
+++ b/libbe/command/diff.py
@@ -25,7 +25,7 @@ import libbe.storage
import libbe.diff
class Diff (libbe.command.Command):
- """Compare bug reports with older tree
+ __doc__ = """Compare bug reports with older tree
>>> import sys
>>> import libbe.bugdir