ARTEMIS-3734 Correcting typo on documentation for CLI Transfer

This commit is contained in:
Clebert Suconic 2022-03-22 11:52:46 -04:00
parent 41463c8397
commit 4bca3d1375
1 changed files with 1 additions and 1 deletions

View File

@ -94,7 +94,7 @@ public class Transfer extends InputAbstract {
@Option(name = "--target-protocol", description = "Protocol used. Valid values are amqp or core. Default=core.")
String targetProtocol = "core";
@Option(name = "--commit-interval", description = "Destination to be used. It can be prefixed with queue:// or topic:// and can be an FQQN in the form of <address>::<queue>. (Default: queue://TEST)")
@Option(name = "--commit-interval", description = "Transaction batch interval.")
int commitInterval = 1000;
@Option(name = "--copy", description = "If this option is chosen we will perform a copy of the queue by rolling back the original TX on the source.")