Implemented "ping -s", fixed error messages and argument parsing

This commit is contained in:
Pavel Roskin
2000-06-07 20:38:15 +00:00
parent 0b66577368
commit 0024abcbbc
4 changed files with 68 additions and 51 deletions

View File

@ -63,6 +63,8 @@
* Fixed 'swapon -a' and 'swapoff -a', which were broken.
* Fixed 'mount -a' so it works as expected.
* Implemented 'ls -R' (enabled by enabling BB_FEATURE_LS_RECURSIVE)
* Implemented "ping -s", fixed error messages and argument parsing -
Pavel Roskin
* More doc updates