marsadm: make 'wait-connect' an alias to 'wait-resource'

This commit is contained in:
Thomas Schoebel-Theuer 2013-06-29 21:08:40 +02:00 committed by Thomas Schoebel-Theuer
parent 228a464c8a
commit 269c53d565
1 changed files with 1 additions and 1 deletions

View File

@ -1668,7 +1668,7 @@ my %cmd_table =
"dump-md" => \&senseless_cmd, "dump-md" => \&senseless_cmd,
"outdate" => \&ignore_cmd, "outdate" => \&ignore_cmd,
"adjust" => \&ignore_cmd, "adjust" => \&ignore_cmd,
"wait-connect" => \&nyi_cmd, "wait-connect" => \&wait_cluster,
"role" => \&role_cmd, "role" => \&role_cmd,
"state" => \&role_cmd, "state" => \&role_cmd,
"cstate" => \&nyi_cmd, "cstate" => \&nyi_cmd,