summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--mbbsd/pmore.c5
1 files changed, 4 insertions, 1 deletions
diff --git a/mbbsd/pmore.c b/mbbsd/pmore.c
index 9f43c770..31c54149 100644
--- a/mbbsd/pmore.c
+++ b/mbbsd/pmore.c
@@ -1629,7 +1629,10 @@ static const char * const pmore_help[] = {
"(a/A) 跳至同一作者下/上篇",
"(t/[-/]+) 主題式閱\讀:循序/前/後篇",
"\01其他功\能鍵",
- "(o/\\) 選項設定/快速設定色彩顯示模式",
+
+ // the line below is already aligned, because of the backslash.
+ "(o/\\) 選項設定/快速設定色彩顯示模式",
+
"(p/z) 播放動畫/棋局打譜",
"(Ctrl-T) 存入暫存檔",
"(q/←) (h/H/?/F1) 結束/本說明畫面",