From 05851217f69941866e5d6f10ace93185635f1d93 Mon Sep 17 00:00:00 2001 From: Bolkun <bolkun@slub-dresden.de> Date: Mon, 10 May 2021 14:49:58 +0200 Subject: [PATCH] Added usage and example for documentation --- deploy_checkit_tiff/add_dnx_mappings/add_dnx_mappings.pl | 3 +++ 1 file changed, 3 insertions(+) diff --git a/deploy_checkit_tiff/add_dnx_mappings/add_dnx_mappings.pl b/deploy_checkit_tiff/add_dnx_mappings/add_dnx_mappings.pl index 076d7e9..2c0dc94 100644 --- a/deploy_checkit_tiff/add_dnx_mappings/add_dnx_mappings.pl +++ b/deploy_checkit_tiff/add_dnx_mappings/add_dnx_mappings.pl @@ -2,6 +2,9 @@ # adds all dnx properties # by Andreas Romeyke (andreas.romeyke@slub-dresden.de) and Serhiy Bolkun (serhiy.bolkun@slub-dresden.de) # +# usage: perl add_dnx_mappings.pl host user password institution port +# example: perl add_dnx_mappings.pl sdvdev.slub-dresden.de mustermann 12345 slub 8080 +# # needs a geckodriver and the Selenium::Remote::Driver module # see http://www.seleniumhq.org/ # -- GitLab