Skip to content

Commit

Permalink
Add lean-plumbing docs for path of commit-graph-verify
Browse files Browse the repository at this point in the history
  • Loading branch information
Byron committed Oct 13, 2020
1 parent fa22cab commit 5c7b52d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions src/plumbing/lean/options.rs
Original file line number Diff line number Diff line change
Expand Up @@ -194,6 +194,7 @@ pub struct PackVerify {
#[derive(FromArgs, PartialEq, Debug)]
#[argh(subcommand, name = "commit-graph-verify")]
pub struct CommitGraphVerify {
/// the path to '.git/objects/info/', '.git/objects/info/commit-graphs/', or '.git/objects/info/commit-graph' to validate.
#[argh(positional)]
pub path: PathBuf,

Expand Down
2 changes: 1 addition & 1 deletion src/plumbing/pretty/options.rs
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,7 @@ pub enum Subcommands {
#[clap(setting = AppSettings::ColoredHelp)]
#[clap(setting = AppSettings::DisableVersion)]
CommitGraphVerify {
/// The 'objects/info/' dir, 'objects/info/commit-graphs' dir, or 'objects/info/commit-graph' file to validate.
/// The path to '.git/objects/info/', '.git/objects/info/commit-graphs/', or '.git/objects/info/commit-graph' to validate.
#[clap(parse(from_os_str))]
path: PathBuf,
/// output statistical information about the pack
Expand Down

0 comments on commit 5c7b52d

Please sign in to comment.