From ab9bcf43004f75378d5df6e792d37f15c6fba9db Mon Sep 17 00:00:00 2001 From: huangshan Date: Fri, 5 Nov 2021 16:13:43 +0800 Subject: [PATCH] =?UTF-8?q?chore:=20=E5=AE=8C=E5=96=84mksh=E5=B8=AE?= =?UTF-8?q?=E5=8A=A9=E4=BF=A1=E6=81=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: huangshan Change-Id: I3044f7c2e311f2d926ed6a3ad326ac4c3d3a138c --- .mkshrc | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.mkshrc b/.mkshrc index 4c9c19e..96c7803 100755 --- a/.mkshrc +++ b/.mkshrc @@ -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."'