diff --git a/app/ed.py b/app/ed.py index ccc55fb..4f9acac 100644 --- a/app/ed.py +++ b/app/ed.py @@ -91,7 +91,7 @@ class Ed: if cmd_char == 'q': if self.dirty and params != "!": - print("?") + print("Unsaved changes, q once again to force exit") self.dirty = False # Standard ed behavior: second q forces exit continue break