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 076d7e9b72c0198c83927c48ff8ef82a15f5aa7b..2c0dc94d72e9d09d5776fc9aa3dd51f0249bd48e 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/ #