From 4e58bff295bc8753918432ae417562fe76e8c83a Mon Sep 17 00:00:00 2001
From: Andreas Romeyke <andreas.romeyke@slub-dresden.de>
Date: Tue, 28 May 2024 18:00:18 +0200
Subject: [PATCH] - minor fixes

---
 lib/SLUB/LZA/TA/Command/search.pm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/lib/SLUB/LZA/TA/Command/search.pm b/lib/SLUB/LZA/TA/Command/search.pm
index a3384c1..a7ea61b 100644
--- a/lib/SLUB/LZA/TA/Command/search.pm
+++ b/lib/SLUB/LZA/TA/Command/search.pm
@@ -60,8 +60,8 @@ sub opt_spec {
             ]
           }
         ],
-        [ 'descriptive|d=s', 'search descriptive metadata (dc identifier), using exact match' ],
-        [ 'fuzzy|f=s', 'search descriptive metadata (dc identifier), using phrase prefix match' ],
+        [ 'descriptive|d=s', 'search descriptive metadata, using exact match' ],
+        [ 'fuzzy|f=s', 'search descriptive metadata, using phrase prefix match' ],
         [ 'lzaid|l=s', 'search a specific AIP by given LZA id' ],
         [ 'maxrecords=i', 'set maxrecords, default is 10', { default => 10 } ],
         [ 'startrecord=i', 'set startrecord, default is 1' ],
-- 
GitLab