mirror of
https://github.com/openharmony/third_party_mksh.git
synced 2026-07-01 12:24:52 -04:00
chore: 完善mksh帮助信息
Signed-off-by: huangshan <huangshan9@huawei.com> Change-Id: I3044f7c2e311f2d926ed6a3ad326ac4c3d3a138c
This commit is contained in:
@@ -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."'
|
||||
|
||||
Reference in New Issue
Block a user