From d4c2be028581eeae8f669d4977f59464967f40d1 Mon Sep 17 00:00:00 2001 From: Andreas Romeyke <andreas.romeyke@slub-dresden.de> Date: Mon, 18 Nov 2024 10:13:00 +0100 Subject: [PATCH] - improved POD --- bin/ta-tool.pl | 16 ++++++++++------ 1 file changed, 10 insertions(+), 6 deletions(-) diff --git a/bin/ta-tool.pl b/bin/ta-tool.pl index 2865105..35cbf3c 100644 --- a/bin/ta-tool.pl +++ b/bin/ta-tool.pl @@ -18,13 +18,15 @@ ta-tool - the swiss knife for the technical analyst working with different Achiv COMMANDS: - help: display a command's help screen + help: display a command's help screen - count: count AIPs in Archival Information System (AIS) - info: information about Archival Information System (AIS) - init: Initialize bin/ta-tool.pl - report: print AIP reports about Archival Information System (AIS) - search: searches Archival Information System (AIS) + count: count AIPs in Archival Information System (AIS) + info: information about Archival Information System (AIS) + init: Initialize bin/ta-tool.pl + permanent: check permanent storage of Archival Information System (AIS) + report: print AIP reports about Archival Information System (AIS) + sample_testing: tests samples of AIPs in current Archival Information System (AIS) + search: searches Archival Information System (AIS) OPTIONS: -v --verbose Show more detailed option @@ -33,6 +35,8 @@ ta-tool - the swiss knife for the technical analyst working with different Achiv -e --elasticsearch_host Host adress where Archivematica's ElasticSearch runs, overrides config value (optional) -E --elasticsearch_port Port number where Archivematica's ElasticSearch runs, overrides config value (optional) +For a detailed overview which options available use 'ta-tool help <command>'. + =head1 DESCRIPTION The tool allows you to submit queries to Archivematica's ElasticSearch, which makes your daily work as a technical analyst much easier. -- GitLab