Commit 0a144bfa authored by Medicean's avatar Medicean

(LANG:ashelp):调整 ascmd 参数的显示

parent 72460d15
......@@ -202,7 +202,7 @@ module.exports = {
ascmd: {
help: 'Enter ashelp to view local commands',
ashelp: `Usage:
ascmd file\t\tExecute the command with file, eg: ascmd /bin/bash
ascmd [file]\t\tExecute the command with file, eg: ascmd /bin/bash
aslistcmd\t\tList available command interpreters
aspowershell [on|off]\t\tEnable/Disable PowerShell mode, eg: aspowershell on
quit\t\tClose terminal
......
......@@ -203,7 +203,7 @@ module.exports = {
ascmd: {
help: '输入 ashelp 查看本地命令',
ashelp: `使用帮助:
ascmd file\t\t指定file来执行命令, eg: ascmd /bin/bash
ascmd [file]\t\t指定file来执行命令, eg: ascmd /bin/bash
aslistcmd\t\t列出可使用的命令解释器
aspowershell [on|off]\t\t启用/关闭PowerShell模式, eg: aspowershell on
quit\t\t关闭终端
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment