File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -38,7 +38,7 @@ modbus-tcp-client-shm [OPTION...]
3838 --force Force the use of the shared memory even if it already exists. Do not use this option per
3939 default! It should only be used if the shared memory of an improperly terminated instance
4040 continues to exist as an orphan and is no longer used.
41- -s, --separate arg Use a separate shared memory for requests with the specified client id. The the client id
41+ -s, --separate arg Use a separate shared memory for requests with the specified client id. The client id
4242 (as hex value) is appended to the shared memory prefix (e.g. modbus_fc_DO). You can
4343 specify multiple client ids by separating them with ','. Use --separate-all to generate
4444 separate shared memories for all possible client ids.
Original file line number Diff line number Diff line change @@ -164,7 +164,7 @@ int main(int argc, char **argv) {
164164 " to exist as an orphan and is no longer used." )
165165 (" s,separate" ,
166166 " Use a separate shared memory for requests with the specified client id. "
167- " The the client id (as hex value) is appended to the shared memory prefix (e.g. modbus_fc_DO)"
167+ " The client id (as hex value) is appended to the shared memory prefix (e.g. modbus_fc_DO)"
168168 " . You can specify multiple client ids by separating them with ','. "
169169 " Use --separate-all to generate separate shared memories for all possible client ids." ,
170170 cxxopts::value<std::vector<std::uint8_t >>())
You can’t perform that action at this time.
0 commit comments