diff options
Diffstat (limited to 'becommands')
-rw-r--r-- | becommands/comment.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/becommands/comment.py b/becommands/comment.py index 4f0bf3b..5f7128d 100644 --- a/becommands/comment.py +++ b/becommands/comment.py @@ -49,7 +49,7 @@ def execute(args): bug, parent_comment = cmdutil.get_bug_and_comment(args[0]) if len(args) == 1: try: - body = utility.editor_string() + body = utility.editor_string("Please enter your comment above") except utility.CantFindEditor: raise cmdutil.UserError( "No comment supplied, and EDITOR not specified.") |