File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -83,7 +83,7 @@ pub enum Subcommands {
8383 Archive ( archive:: Platform ) ,
8484 #[ cfg( feature = "gitoxide-core-tools-clean" ) ]
8585 Clean ( clean:: Command ) ,
86- /// Subcommands for interacting with commit-graphs
86+ /// Subcommands for interacting with commit-graph files
8787 #[ clap( subcommand) ]
8888 CommitGraph ( commitgraph:: Subcommands ) ,
8989 /// Interact with the object database.
@@ -738,13 +738,13 @@ pub mod credential {
738738pub mod commitgraph {
739739 #[ derive( Debug , clap:: Subcommand ) ]
740740 pub enum Subcommands {
741- /// Verify the integrity of a commit graph
741+ /// Verify the integrity of a commit graph file
742742 Verify {
743- /// output statistical information about the pack
743+ /// output statistical information about the graph.
744744 #[ clap( long, short = 's' ) ]
745745 statistics : bool ,
746746 } ,
747- /// List all entries in the commit-graph as reachable by starting from `HEAD`.
747+ /// List all entries in the commit-graph file as reachable by starting from `HEAD`.
748748 List {
749749 /// The rev-spec to list reachable commits from.
750750 #[ clap( default_value = "@" ) ]
You can’t perform that action at this time.
0 commit comments