Skip to content

Commit

Permalink
Slightly clarify multicall binary wording
Browse files Browse the repository at this point in the history
The existing wording doesn't really clearly summarize the option in the first line and this slightly clarifies it
  • Loading branch information
Lunaphied authored May 28, 2024
1 parent b917796 commit 61ad770
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion clap_builder/src/builder/command.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 61ad770

Please sign in to comment.