Skip to content

Commit df77dfc

Browse files
author
Simon MacMullen
committed
Remove redundant redirects option.
1 parent 9b8d01f commit df77dfc

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

test/src/com/rabbitmq/examples/MulticastMain.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,6 @@ private static Options getOptions() {
176176
options.addOption(new Option("a", "autoack", false,"auto ack"));
177177
options.addOption(new Option("q", "qos", true, "qos prefetch count"));
178178
options.addOption(new Option("s", "size", true, "message size"));
179-
options.addOption(new Option("d", "redirects", true, "max redirects"));
180179
options.addOption(new Option("z", "time", true, "time limit"));
181180
Option flag = new Option("f", "flag", true, "message flag");
182181
flag.setArgs(Option.UNLIMITED_VALUES);

0 commit comments

Comments
 (0)