We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
.
1 parent 278125a commit ddddf02Copy full SHA for ddddf02
src/plumbing/options/mod.rs
@@ -127,7 +127,7 @@ pub enum Subcommands {
127
/// Interact with the exclude files like .gitignore.
128
#[clap(subcommand)]
129
Exclude(exclude::Subcommands),
130
- /// Interact with a worktree index like .git/index.
+ /// Interact with a worktree index like .git/index
131
132
Index(index::Subcommands),
133
/// Interact with submodules.
0 commit comments