Fix formatting the global help menu

This commit is contained in:
Arijit Basu 2021-04-23 12:44:45 +05:30 committed by Arijit Basu
parent 76a3c22f99
commit 014043d330

View File

@ -2122,7 +2122,7 @@ impl App {
.join("");
format!(
"### {}\n\n key | remaps | action\n --------------- | ------------------------- |------\n{}\n",
"### {}\n\n key | remaps | action\n --------------- | ------------------------- | ------\n{}\n",
name, help
)
})