Skip to content

Commit

Permalink
Fix typo in FixArchivePrinter
Browse files Browse the repository at this point in the history
  • Loading branch information
tonytamwk authored and wojciech-adaptive committed May 2, 2024
1 parent 2f07d2d commit 9141adf
Showing 1 changed file with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 9141adf

Please sign in to comment.