From 61ad77088e5baa0aba486fb9a4cfae34dcf764dc Mon Sep 17 00:00:00 2001 From: Lunaphied Date: Mon, 27 May 2024 23:29:40 -0600 Subject: [PATCH] Slightly clarify multicall binary wording The existing wording doesn't really clearly summarize the option in the first line and this slightly clarifies it --- clap_builder/src/builder/command.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/clap_builder/src/builder/command.rs b/clap_builder/src/builder/command.rs index 3f658dc6a42..b2282551558 100644 --- a/clap_builder/src/builder/command.rs +++ b/clap_builder/src/builder/command.rs @@ -3125,7 +3125,7 @@ impl Command { } } - /// Multiple-personality program dispatched on the binary name (`argv[0]`) + /// Sets this program as a "multicall" executable, dispatched on the binary name (`argv[0]`) /// /// A "multicall" executable is a single executable /// that contains a variety of applets,