aboutsummaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
Diffstat (limited to 'lib')
-rw-r--r--lib/help.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/lib/help.c b/lib/help.c
index 86d6392b..cd023026 100644
--- a/lib/help.c
+++ b/lib/help.c
@@ -21,6 +21,11 @@ void show_help(FILE *out, int full)
int i = toys.which-toy_list;
char *s, *ss;
+ if (!(full&2))
+ fprintf(out, "Toybox %s" USE_TOYBOX(" multicall binary")
+ ": https://landley.net/toybox"
+ USE_TOYBOX(" (see toybox --help)") "\n\n", toybox_version);
+
if (CFG_TOYBOX_HELP) {
for (;;) {
s = help_data;