Skip to content

Commit

Permalink
Merge pull request #4640 from MariaSolOs/documentation-typo
Browse files Browse the repository at this point in the history
docs: Typo in tab tag
  • Loading branch information
epage committed Jan 15, 2023
2 parents 74a82d7 + bbf9b9c commit 2a984ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/builder/command.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1760,7 +1760,7 @@ impl Command {
/// * `{options}` - Help for options.
/// * `{positionals}` - Help for positional arguments.
/// * `{subcommands}` - Help for subcommands.
/// * `{tag}` - Standard tab sized used within clap
/// * `{tab}` - Standard tab sized used within clap
/// * `{after-help}` - Help from [`Command::after_help`] or [`Command::after_long_help`].
/// * `{before-help}` - Help from [`Command::before_help`] or [`Command::before_long_help`].
///
Expand Down

0 comments on commit 2a984ab

Please sign in to comment.