提交 199dbab9 编写于 作者: A Alex Duan

feat(shell): modify tab help info

上级 5cb0fa77
......@@ -323,8 +323,9 @@ int cntDel = 0; // delete byte count after next press tab
void printfIntroduction() {
printf(" **************************** SUPPORT TAB KEY ************************************\n");
printf(" * Taos shell support press TAB key to complete word. You can try it. *\n");
printf(" * Anywhere press SPACE key following TAB key, You'll get surprise. *\n");
printf(" * SUPPORT SHORTCUT: *\n");
printf(" * Press TAB key anywhere, You'll get surprise. *\n");
printf(" * SUPPORT KEYBOARD SHORTCUT: *\n");
printf(" * [ TAB ] ...... if prefix nothing show help else complete word *\n");
printf(" * [ Ctrl + A ] ...... move cursor to line [A]head *\n");
printf(" * [ Ctrl + M ] ...... move cursor to line [M]iddle *\n");
printf(" * [ Ctrl + E ] ...... move cursor to line [E]nd *\n");
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册