From a07937448859ad6693f9c3778463b8a0a649feb8 Mon Sep 17 00:00:00 2001
From: Andreas Romeyke <andreas.romeyke@slub-dresden.de>
Date: Tue, 28 May 2024 11:23:30 +0200
Subject: [PATCH] - added help

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

diff --git a/lib/SLUB/LZA/TA.pm b/lib/SLUB/LZA/TA.pm
index 01dbe91..8025854 100644
--- a/lib/SLUB/LZA/TA.pm
+++ b/lib/SLUB/LZA/TA.pm
@@ -79,6 +79,8 @@ HINT
 
 sub common_global_opt_spec {
     return (
+        [ "help|h" => "this usage screen" ],
+        [],
         [ "debug|D" => "enable user agent debug output" ],
         [ "verbose|v" => "enable verbose output" ],
         [ "elasticsearch-host|e=s" => "host adress where Archivematica's ElasticSearch runs, overrides config value (command 'init')" ],
-- 
GitLab