Skip to content

Commit ddddf02

Browse files
authored
Add tailing . for consistency
1 parent 278125a commit ddddf02

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: src/plumbing/options/mod.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ pub enum Subcommands {
127127
/// Interact with the exclude files like .gitignore.
128128
#[clap(subcommand)]
129129
Exclude(exclude::Subcommands),
130-
/// Interact with a worktree index like .git/index.
130+
/// Interact with a worktree index like .git/index
131131
#[clap(subcommand)]
132132
Index(index::Subcommands),
133133
/// Interact with submodules.

0 commit comments

Comments
 (0)