aboutsummaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorRob Landley <rob@landley.net>2020-10-28 17:03:37 -0500
committerRob Landley <rob@landley.net>2020-10-28 17:03:37 -0500
commit7b0ea0a21fb2d97c7bd24987f8ccf27548c0b004 (patch)
treee122684aeedcb0bbf5af09a42ebbf0759c4c1cc2 /lib
parent095891525bcb4fea341a27f75b5b5d52915cf5aa (diff)
downloadtoybox-7b0ea0a21fb2d97c7bd24987f8ccf27548c0b004.tar.gz
Tweak help text again.
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;