diff options
author | Ron Yorston <rmy@pobox.com> | 2023-04-17 07:32:52 +0100 |
---|---|---|
committer | Ron Yorston <rmy@pobox.com> | 2023-04-17 07:32:52 +0100 |
commit | 8cdeb571cfbf3bb6edc44779e46537b072b8cd08 (patch) | |
tree | 9f3ad1d205418197bc53348b61f702602229a90d /libbb/appletlib.c | |
parent | 41827dd448c001b52b4f0e591ea605cb5de1d230 (diff) | |
parent | d2b81b3dc2b31d32e1060d3ea8bd998d30a37d8a (diff) | |
download | busybox-w32-8cdeb571cfbf3bb6edc44779e46537b072b8cd08.tar.gz busybox-w32-8cdeb571cfbf3bb6edc44779e46537b072b8cd08.tar.bz2 busybox-w32-8cdeb571cfbf3bb6edc44779e46537b072b8cd08.zip |
Merge branch 'busybox' into merge
Diffstat (limited to 'libbb/appletlib.c')
-rw-r--r-- | libbb/appletlib.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libbb/appletlib.c b/libbb/appletlib.c index dacfbdd22..379d6af2f 100644 --- a/libbb/appletlib.c +++ b/libbb/appletlib.c | |||
@@ -1094,7 +1094,7 @@ int busybox_main(int argc UNUSED_PARAM, char **argv) | |||
1094 | # endif | 1094 | # endif |
1095 | 1095 | ||
1096 | # if NUM_APPLETS > 0 | 1096 | # if NUM_APPLETS > 0 |
1097 | void FAST_FUNC show_usage_if_dash_dash_help(int applet_no, char **argv) | 1097 | void FAST_FUNC show_usage_if_dash_dash_help(int applet_no UNUSED_PARAM, char **argv) |
1098 | { | 1098 | { |
1099 | /* Special case. POSIX says "test --help" | 1099 | /* Special case. POSIX says "test --help" |
1100 | * should be no different from e.g. "test --foo". | 1100 | * should be no different from e.g. "test --foo". |