commit | 046d6e7a95fbc54248ec9f8251241902b4a730a9 | [log] [tgz] |
---|---|---|
author | Rob Landley <rob@landley.net> | Wed Oct 12 21:50:02 2005 +0000 |
committer | Rob Landley <rob@landley.net> | Wed Oct 12 21:50:02 2005 +0000 |
tree | ee36f33df62d2327015644e2ea6021bd69e45225 | |
parent | e4164b56668bc46617e0ecca33c6f9268925a8e2 [diff] [blame] |
show_usage should use bb_default_error_retval.
diff --git a/applets/applets.c b/applets/applets.c index bf6b160..ceb0d55 100644 --- a/applets/applets.c +++ b/applets/applets.c
@@ -423,7 +423,7 @@ fprintf (stderr, format_string, bb_msg_full_version, applet_using->name, usage_string); - exit (EXIT_FAILURE); + exit (bb_default_error_retval); } static int applet_name_compare (const void *x, const void *y)