Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f9f5f6a commit c5c0ac5Copy full SHA for c5c0ac5
1 file changed
src/plumbing/options.rs
@@ -678,7 +678,7 @@ pub mod index {
678
/// Overwrite the specified file if it already exists
679
#[clap(long, short = 'f')]
680
force: bool,
681
- /// Treeish Id to generate the index from
+ /// RevSpec that points to a tree to generate the index from
682
id: String,
683
/// Path to the index file to be written.
684
/// If none is given output will be written to stdout.
0 commit comments