Skip to content
Snippets Groups Projects
Commit 40709444 authored by Monika Komorowska's avatar Monika Komorowska
Browse files

fixed usage section

parent 7162d47d
No related branches found
No related tags found
No related merge requests found
......@@ -340,20 +340,6 @@ Usage:
$indent [-port port_number [-port port_number2]]
$indent [-create] [-db_version]
$indent [-help]
GetOptions( "host|h=s" => \$host,
"port=i" => \$port,
"user|u=s"=> \$user,
"lhost|lh=s" => \$lhost,
"lport=i" => \$lport,
"luser|lu=s" => \$luser,
"lpass|lp=s" => \$lpass,
"ldbname|ld=s" =>\$ldbname,
"create!" => \$create,
"db_version=i" => \$db_version,
"help" , \&usage,
);
-h|host Database host where stable_ids are to be copied from (multiple hosts can be specified)
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment