From 3707232fc1bc21a16f18af5545d97c7002a07024 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20Kusalananda=20K=C3=A4h=C3=A4ri?= <ak4@sanger.ac.uk> Date: Mon, 13 Sep 2010 14:42:55 +0000 Subject: [PATCH] More minor changes in usage(). --- .../production_database/scripts/push_master_tables.pl | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/misc-scripts/production_database/scripts/push_master_tables.pl b/misc-scripts/production_database/scripts/push_master_tables.pl index 9b57f41400..6bc67684f7 100755 --- a/misc-scripts/production_database/scripts/push_master_tables.pl +++ b/misc-scripts/production_database/scripts/push_master_tables.pl @@ -27,12 +27,16 @@ or where --release/-r The current release (required). + --master/-m The master server where the production database lives (optional, default is 'ens-staging1'). --server/-s A database server (optional, may occur several times, default is 'ens-staging1' and 'ens-staging2'). + --dbport/-P The port to connect to (optional, default is '3306'). - --dbuser/-u The user to connect as (optional, default is 'ensro'). + + --dbuser/-u The (read-only) user to connect as (optional, + default is 'ensro'). --dbpass/-p The password to connect with (optional, no default). --help/-h Displays this help text. -- GitLab