aboutsummaryrefslogtreecommitdiff
path: root/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'main.c')
-rw-r--r--main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/main.c b/main.c
index 9d892e69..fc1461f6 100644
--- a/main.c
+++ b/main.c
@@ -89,7 +89,7 @@ static void toy_singleinit(struct toy_list *which, char *argv[])
if (!strcmp(argv[1], "--help")) {
if (CFG_TOYBOX && toys.which == toy_list && toys.argv[2])
if (!(toys.which = toy_find(toys.argv[2]))) unknown(toys.argv[2]);
- show_help(stdout);
+ show_help(stdout, 1);
xexit();
}