From bb82b58047d483dfcbd53ee39b62aba8c777a6d1 Mon Sep 17 00:00:00 2001 From: Andreas Romeyke <andreas.romeyke@slub-dresden.de> Date: Mon, 18 Nov 2024 10:24:30 +0100 Subject: [PATCH] - improved --- README.md | 22 ++-------------------- 1 file changed, 2 insertions(+), 20 deletions(-) diff --git a/README.md b/README.md index 3584852..8e9fc67 100644 --- a/README.md +++ b/README.md @@ -8,24 +8,6 @@ details. Alternatively, copy the 'bin/' and 'lib' paths to your local perl installation. -## Usage - - ta-tool.pl <command> [-?h] [long options...] - --help (or -h) show help - aka -? - - Available commands: - - commands: list the application's commands - help: display a command's help screen - - count: count AIPs in Archival Information System (AIS) - init: Initalize ./ta-tool.pl - search: searches Archival Information System (AIS) - -at the moment only the commands `search` and `count` supported, but will -be extended in near future. - ## First use ta-tool init -e $ELASTICSEARCHHOST @@ -46,6 +28,6 @@ Count all AIPs with descriptive Metadata string "kitodo:422" ta-tool.pl count -d kitodo:422 -## Problems +To get a overview, which commands possible use -None found yet. + ta-tool.pl help -- GitLab