diff --git a/lib/SLUB/LZA/TA/Command/count.pm b/lib/SLUB/LZA/TA/Command/count.pm index c54cdacd38856e45025707249f6e5a34d2dcda3d..a92d24bfa6c77796063d3941be86b791f1cf7d65 100644 --- a/lib/SLUB/LZA/TA/Command/count.pm +++ b/lib/SLUB/LZA/TA/Command/count.pm @@ -24,7 +24,7 @@ Examples: * How many AIPs were created in 2021-05-31? '$0 count -c 2021-05-31' * How many AIPs with mkv-files are in archive? - '$0 count --with-format fmt/569' + '$0 count --pronom-id fmt/569' DESCR sub description { @@ -42,11 +42,12 @@ sub opt_spec { ] } ], - ["descriptive|d=s" => "count based on string search in descriptive metadata"], - ["lzaid|l=s", "count AIPs by given LZA id"], - ["format" => hidden => {one_of => [ - ["pronom-id|p=s" => "with pronom format id"], - #["without-format=s" => "without pronom format id"], + ['descriptive|d=s' => 'count based on string search in descriptive metadata, using exact match'], + ['fuzzy|f=s' => 'count based on string search in descriptive metadata, using phrase prefix match' ], + ['lzaid|l=s' => 'count AIPs by given LZA id'], + ['format' => hidden => {one_of => [ + ['pronom-id|p=s' => 'with pronom format id'], + #['without-format=s' => "without pronom format id"], ] } ], [ 'onlymode' => hidden => { one_of => [