diff options
Diffstat (limited to 'becommands/diff.py')
-rw-r--r-- | becommands/diff.py | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/becommands/diff.py b/becommands/diff.py index 0a3bab1..3a8b42a 100644 --- a/becommands/diff.py +++ b/becommands/diff.py @@ -33,10 +33,11 @@ def execute(args): >>> if bd.rcs.versioned == True: ... execute([original]) ... else: - ... print "a:cm: Bug A\\nstatus: open -> closed" + ... print "a:cm: Bug A\\nstatus: open -> closed\\n" Modified bug reports: a:cm: Bug A status: open -> closed + <BLANKLINE> """ options, args = get_parser().parse_args(args) if len(args) == 0: |