From 4dccbd87de1bcb63f3024dd09b231b880fb4e81a Mon Sep 17 00:00:00 2001 From: Luxferre Date: Sun, 21 Dec 2025 11:38:31 +0200 Subject: [PATCH] changed the error msg --- app/ed.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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