File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed
Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -320,6 +320,10 @@ restrict to parts with exactly this label
320320
321321(arrayref) restrict to parts with any of these labels
322322
323+ =item labelstr
324+
325+ restrict to parts on volume matching the labelstr regex.
326+
323327=item level
324328
325329restrict to parts with exactly this level
@@ -332,10 +336,6 @@ restrict to parts with exactly this level
332336
333337restrict to parts with this status
334338
335- =item labelstr
336-
337- restrict to parts on volume matching the labelstr.
338-
339339=item dumpspecs
340340
341341(arrayref of dumpspecs) restruct to parts matching one or more of these dumpspecs
@@ -390,9 +390,9 @@ access those values via the C<dump> attribute.
390390
391391This function returns a sequence of dumps. Values in C<%parameters > restrict
392392the set of dumps that are returned. The same keys as are used for C<get_parts >
393- are available here, with the exception of C<label > and C<labels > . In this
394- case, the C<status > parameter applies to the dump status, not the status of its
395- constituent parts.
393+ are available here, with the exception of C<label > , C<labels > , and C-<labelstr>.
394+ In this case, the C<status > parameter applies to the dump status, not the status
395+ of its constituent parts.
396396
397397=item sort_dumps([ $key1, $key2 ], @dumps)
398398
You can’t perform that action at this time.
0 commit comments