Skip to content

Commit

Permalink
(LANG:ashelp):调整 ascmd 参数的显示
Browse files Browse the repository at this point in the history
  • Loading branch information
Medicean committed Apr 6, 2019
1 parent 72460d1 commit 0a144bf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion source/language/en.js
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion source/language/zh.js
Original file line number Diff line number Diff line change
Expand Up @@ -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关闭终端
Expand Down

0 comments on commit 0a144bf

Please sign in to comment.