From 7b0ea0a21fb2d97c7bd24987f8ccf27548c0b004 Mon Sep 17 00:00:00 2001 From: Rob Landley Date: Wed, 28 Oct 2020 17:03:37 -0500 Subject: Tweak help text again. --- lib/help.c | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'lib') 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; -- cgit v1.2.3