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,