summaryrefslogtreecommitdiff
path: root/nanobox.c
diff options
context:
space:
mode:
Diffstat (limited to 'nanobox.c')
-rw-r--r--nanobox.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/nanobox.c b/nanobox.c
index 38125d8..3254329 100644
--- a/nanobox.c
+++ b/nanobox.c
@@ -2371,7 +2371,7 @@ static int format_edit_status(void)
#if 0
" %ld"
#endif
- " ^X=Exit ^O=Save ^W=Search ^K=Cut ^U=Paste M-u Undo",
+ " ^X=Exit ^O=Save ^W=Search ^K=Cut ^U=Paste M-u=Undo",
(current_filename != NULL ? current_filename : "No file"),
#if ENABLE_FEATURE_NANO_READONLY
(readonly_mode ? " [Readonly]" : ""),