Don't say "see toybox --help" in "toybox --help".
diff --git a/main.c b/main.c
index 95c42fa..b020a42 100644
--- a/main.c
+++ b/main.c
@@ -82,9 +82,9 @@
   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);
+    fprintf(out, "Toybox %s"USE_TOYBOX(" multicall binary")"%s\n\n",
+      toybox_version, (CFG_TOYBOX && i) ? " (see toybox --help)"
+      : " (see https://landley.net/toybox)");
 
   if (CFG_TOYBOX_HELP) {
     for (;;) {