Skip to content

Commit

Permalink
update console message
Browse files Browse the repository at this point in the history
  • Loading branch information
GochoMugo committed Sep 21, 2015
1 parent 474c89d commit 4592b9f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion remindme/cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ def run():
return
# we require an external editor for this
if not settings.get("editor", None):
console.error("you need to set an external editor")
console.error("you need to set an external editor for editing existing remindmes")
return
content = gui.editor(settings["editor"], remindme.get_content())
remindme.set_content(content)
Expand Down

0 comments on commit 4592b9f

Please sign in to comment.