commit | f26e5634b161e58f56b072f6e703f262e723a80d | [log] [tgz] |
---|---|---|
author | Denys Vlasenko <vda.linux@googlemail.com> | Mon Mar 15 17:42:25 2021 +0100 |
committer | Denys Vlasenko <vda.linux@googlemail.com> | Mon Mar 15 17:44:53 2021 +0100 |
tree | 5b66bfa60c13f8e696dd4209a4c3728acd52c58e | |
parent | f25d254dfd4243698c31a4f3153d4ac72aa9e9bd [diff] |
echo: special case "echo --help": it should not show help text While at it, fix "busybox --help echo" and other special applets to still print the help text. function old new delta run_applet_and_exit 732 761 +29 show_usage_if_dash_dash_help 70 78 +8 ------------------------------------------------------------------------------ (add/remove: 0/0 grow/shrink: 2/0 up/down: 37/0) Total: 37 bytes Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>