From 9141adf2d625095e42b849387f482551caa0cfd4 Mon Sep 17 00:00:00 2001 From: tonytamwk Date: Wed, 1 May 2024 20:40:26 +0100 Subject: [PATCH] Fix typo in FixArchivePrinter --- .../artio/engine/logger/FixArchivePrinter.java | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/artio-core/src/main/java/uk/co/real_logic/artio/engine/logger/FixArchivePrinter.java b/artio-core/src/main/java/uk/co/real_logic/artio/engine/logger/FixArchivePrinter.java index 3bb5d6b37f..0cb367ade9 100644 --- a/artio-core/src/main/java/uk/co/real_logic/artio/engine/logger/FixArchivePrinter.java +++ b/artio-core/src/main/java/uk/co/real_logic/artio/engine/logger/FixArchivePrinter.java @@ -329,23 +329,23 @@ private static void printHelp() false); printOption( "target-comp-id", - "Only print messages where the header's sender comp id field matches this", + "Only print messages where the header's target comp id field matches this", false); printOption( "sender-sub-id", - "Only print messages where the header's sender comp id field matches this", + "Only print messages where the header's sender sub id field matches this", false); printOption( "target-sub-id", - "Only print messages where the header's sender comp id field matches this", + "Only print messages where the header's target sub id field matches this", false); printOption( "sender-location-id", - "Only print messages where the header's sender comp id field matches this", + "Only print messages where the header's sender location id field matches this", false); printOption( "target-location-id", - "Only print messages where the header's sender comp id field matches this", + "Only print messages where the header's target location id field matches this", false); printOption( "query-stream-id",