Skip to content
Snippets Groups Projects
Commit d5ff652d authored by Andreas Romeyke's avatar Andreas Romeyke
Browse files

- bugfix, global option does noit work very well, therefore renamed...

- bugfix, global option does noit work very well, therefore renamed global_opt_spec() to common_global_opt_spec() to use it in own way
parent 10bac2e7
Branches
Tags
No related merge requests found
......@@ -77,14 +77,14 @@ HINT
return 1;
}
sub global_opt_spec {
sub common_global_opt_spec {
return (
[ "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')" ],
[ "elasticsearch-port|E=s" => "port of Archivematica's ElasticSearch, overrides config value (command 'init')", {default => 9200} ],
[ "http-only" => "use HTTP instead HTTPS, overrides config value (command 'init')"],
[ "logdir|l=s" => "logdir where Archivematica stores it server log files (required)"],
#[ "logdir|l=s" => "logdir where Archivematica stores it server log files"],
);
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment