Skip to content

Commit

Permalink
Add tailing . for consistency
Browse files Browse the repository at this point in the history
  • Loading branch information
Byron authored Jan 11, 2025
1 parent 278125a commit ddddf02
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 @@ -127,7 +127,7 @@ pub enum Subcommands {
/// Interact with the exclude files like .gitignore.
#[clap(subcommand)]
Exclude(exclude::Subcommands),
/// Interact with a worktree index like .git/index.
/// Interact with a worktree index like .git/index
#[clap(subcommand)]
Index(index::Subcommands),
/// Interact with submodules.
Expand Down

0 comments on commit ddddf02

Please sign in to comment.