gofmt
This commit is contained in:
parent
e4f47de6ef
commit
320b36495d
@ -218,7 +218,7 @@ type DagSpec struct {
|
|||||||
// ExportMerkleProof is applicable only when exporting to a CAR file via a path textselector
|
// 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
|
// 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
|
// 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
|
ExportMerkleProof bool
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -281,7 +281,7 @@ Examples:
|
|||||||
Usage: "IPLD datamodel text-path selector, or IPLD json selector",
|
Usage: "IPLD datamodel text-path selector, or IPLD json selector",
|
||||||
},
|
},
|
||||||
&cli.BoolFlag{
|
&cli.BoolFlag{
|
||||||
Name: "car-export-merkle-proof",
|
Name: "car-export-merkle-proof",
|
||||||
Usage: "(requires --data-selector and --car) Export data-selector merkle proof",
|
Usage: "(requires --data-selector and --car) Export data-selector merkle proof",
|
||||||
},
|
},
|
||||||
}, retrFlagsCommon...),
|
}, retrFlagsCommon...),
|
||||||
|
Loading…
Reference in New Issue
Block a user