Skip to content

Commit

Permalink
Merge remote-tracking branch 'pmoranga/patch-1'
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesc committed Mar 10, 2013
2 parents 76bb2da + baf0118 commit e2ff7ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/check_rabbitmq_server
Expand Up @@ -43,7 +43,7 @@ $p->add_arg(spec => 'hostname|host|H=s',
help => "Specify the host to connect to",
required => 1
);
$p->add_arg(spec => 'port|p=i',
$p->add_arg(spec => 'port=i',
help => "Specify the port to connect to (default: %s)",
default => 55672
);
Expand Down

0 comments on commit e2ff7ea

Please sign in to comment.