Skip to content

Commit

Permalink
add descriptive docs for mailmap check
Browse files Browse the repository at this point in the history
Co-authored-by: Emily <[email protected]>
  • Loading branch information
Byron and emilazy authored Jun 23, 2024
1 parent 2a56387 commit 3e08fa3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/plumbing/options/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -518,7 +518,7 @@ pub mod mailmap {
pub enum Subcommands {
/// Print all entries in configured mailmaps, inform about errors as well.
Entries,
/// Print all entries in configured mailmaps, inform about errors as well.
/// Print the canonical form of contacts according to the configured mailmaps.
Check {
/// One or more `Name <email>` or `<email>` to pass through the mailmap.
contacts: Vec<BString>,
Expand Down

0 comments on commit 3e08fa3

Please sign in to comment.