This commit is contained in:
Łukasz Magiera 2021-11-29 21:39:27 +01:00
parent e4f47de6ef
commit 320b36495d
2 changed files with 2 additions and 2 deletions

View File

@ -218,7 +218,7 @@ type DagSpec struct {
// ExportMerkleProof is applicable only when exporting to a CAR file via a path textselector
// When true, in addition to the selection target, the resulting CAR will contain every block along the
// path back to, and including the original root
// When false the resulting CAR contains only the blocks of the target subdag
// When false the resulting CAR contains only the blocks of the target subdag
ExportMerkleProof bool
}

View File

@ -281,7 +281,7 @@ Examples:
Usage: "IPLD datamodel text-path selector, or IPLD json selector",
},
&cli.BoolFlag{
Name: "car-export-merkle-proof",
Name: "car-export-merkle-proof",
Usage: "(requires --data-selector and --car) Export data-selector merkle proof",
},
}, retrFlagsCommon...),