summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSam Tay <sam.chong.tay@gmail.com>2020-07-04 14:20:04 -0700
committerSam Tay <sam.chong.tay@gmail.com>2020-07-04 14:20:04 -0700
commit1b0b2f9053d04ae16863d45934d776702cf5530e (patch)
treebf0a747f232b37cdc2369d3016194b1abf9e17f8
parentd5b313d2eeb83c4c4aebb8bd0d006700298f63da (diff)
Align text in help menu
-rw-r--r--src/tui/app.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tui/app.rs b/src/tui/app.rs
index a4bb03e..5957c53 100644
--- a/src/tui/app.rs
+++ b/src/tui/app.rs
@@ -157,7 +157,7 @@ pub fn help() -> Dialog {
## Misc
**q, ZZ, Ctrl<c>**: Exit
-**?**: Toggle this help menu
+**?**: Toggle this help menu
"###;
Dialog::around(
TextView::new(markdown::parse(bindings))