chore: 完善mksh帮助信息

Signed-off-by: huangshan <huangshan9@huawei.com>
Change-Id: I3044f7c2e311f2d926ed6a3ad326ac4c3d3a138c
This commit is contained in:
huangshan
2021-11-05 16:13:43 +08:00
parent d8b77af709
commit ab9bcf4300
+4 -1
View File
@@ -8,4 +8,7 @@ alias la='ls -A'
alias l='ls -CF'
for i in arp cpup dhclient dns format hwi ipdebug lsfd memcheck netstat oom partinfo partition ping6 pmm reset sem shm stack statfs su swtmr sync systeminfo telnet v2p vmm watch writeproc;do alias $i="shell $i";done
alias help='shell help;toybox help'
alias help='shell help;
echo "\n*******************toybox commands:************************\n";
toybox;
echo "\nUse \`toybox help [command]\` to show usage information for a specific command.\n\nUse \`shell\` to enter interactive legacy shell.\nUse \`alias\` to display command aliases."'