Skip to content

Commit 7f49360

Browse files
committed
Clarify labelstr usage
1 parent 2b9f7d3 commit 7f49360

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

perl/Amanda/DB/Catalog.pm

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff 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
325329
restrict to parts with exactly this level
@@ -332,10 +336,6 @@ restrict to parts with exactly this level
332336
333337
restrict 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
391391
This function returns a sequence of dumps. Values in C<%parameters> restrict
392392
the 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

0 commit comments

Comments
 (0)