The 'help' command is a bit misleading for when a command has multiple aliases
Project: | JNode Core |
Component: | Code |
Category: | bug report |
Priority: | minor |
Assigned: | Fabien D |
Status: | closed |
Jump to:
Description
For example, 'dir' and 'ls' are aliases for the same command. When you type "help ls", it says:
usage: dir <directory>
...
- Login to post comments
#1
#2
I've found a simple solution for this and fixed it.
#3
I have commited a complementary solution to the fix from levente. That displays the other aliases if any.
#4