diff --git a/node/config/doc_gen.go b/node/config/doc_gen.go index a0ead4532..79fcf7e43 100644 --- a/node/config/doc_gen.go +++ b/node/config/doc_gen.go @@ -244,7 +244,9 @@ before being assigned to a sector`, Name: "MakeNewSectorForDeals", Type: "bool", - Comment: `Whether new sectors are sealed to pack incoming deals`, + Comment: `Whether new sectors are created to pack incoming deals +When this is set to false no new sectors will be created for sealing incoming deals +This is useful for forcing all deals to be assigned as snap deals to sectors marked for upgrade`, }, { Name: "MaxDealStartDelay",