Skip to content

Commit

Permalink
change usage description for ipf live cmd
Browse files Browse the repository at this point in the history
  • Loading branch information
kosyloa committed Oct 9, 2023
1 parent 8c32edc commit c2ac8b3
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions Samples/PerfTestCL/LiveIpfCommand.swift
Original file line number Diff line number Diff line change
Expand Up @@ -24,15 +24,16 @@ class LiveIpfCommand: ToolsCommand {

var fullDescription: String =
"""
Connects to the specified address(es) and calculates latency.
An sample that demonstrates a subscription using InstrumentProfile.
Usage:
usage: DXFeedLiveIpfSample [<ipf-url>]
Where:
where: <ipf-url> is URL for the instruments profiles.
Example of url: " + \(LiveIpfCommand.defaultIpfUrl)
<ipf-url> is URL for the instruments profiles.
Example of url: " + \(LiveIpfCommand.defaultIpfUrl)
"""
var collector: DXInstrumentProfileCollector?
var connection: DXInstrumentProfileConnection?
Expand Down

0 comments on commit c2ac8b3

Please sign in to comment.