diff options
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 fb06ab9a5..f0df4e080 100644 --- a/libbb/appletlib.c +++ b/libbb/appletlib.c | |||
@@ -752,7 +752,7 @@ void FAST_FUNC run_applet_no_and_exit(int applet_no, char **argv) | |||
752 | //TODO: just compare applet_no with APPLET_NO_test | 752 | //TODO: just compare applet_no with APPLET_NO_test |
753 | if (!ENABLE_TEST || strcmp(applet_name, "test") != 0) { | 753 | if (!ENABLE_TEST || strcmp(applet_name, "test") != 0) { |
754 | /* If you want "foo --help" to return 0: */ | 754 | /* If you want "foo --help" to return 0: */ |
755 | /*xfunc_error_retval = 0;*/ | 755 | xfunc_error_retval = 0; |
756 | bb_show_usage(); | 756 | bb_show_usage(); |
757 | } | 757 | } |
758 | } | 758 | } |