Skip to content

Commit

Permalink
[JGRP-1633] Fix typo in McastReceiverTest help message
Browse files Browse the repository at this point in the history
  • Loading branch information
dereed committed May 28, 2013
1 parent a9f97e1 commit a93969a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/other/org/jgroups/tests/McastReceiverTest.java
Expand Up @@ -110,7 +110,7 @@ public static void main(String args[]) {


static void help() {
System.out.println("McastSenderTest [-bind_addr <bind address>] [-help] [-mcast_addr <multicast address>] " +
System.out.println("McastReceiverTest [-bind_addr <bind address>] [-help] [-mcast_addr <multicast address>] " +
"[-port <port for multicast socket>] [-receive_on_all_interfaces]");
}

Expand Down

0 comments on commit a93969a

Please sign in to comment.