mirror of
https://github.com/sheumann/hush.git
synced 2025-01-12 14:30:54 +00:00
show_usage should use bb_default_error_retval.
This commit is contained in:
parent
e4164b5666
commit
046d6e7a95
@ -423,7 +423,7 @@ extern void bb_show_usage (void)
|
|||||||
fprintf (stderr, format_string, bb_msg_full_version, applet_using->name,
|
fprintf (stderr, format_string, bb_msg_full_version, applet_using->name,
|
||||||
usage_string);
|
usage_string);
|
||||||
|
|
||||||
exit (EXIT_FAILURE);
|
exit (bb_default_error_retval);
|
||||||
}
|
}
|
||||||
|
|
||||||
static int applet_name_compare (const void *x, const void *y)
|
static int applet_name_compare (const void *x, const void *y)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user