Skip to content

Commit eee9ebc

Browse files
committed
fix typo
1 parent 48fec67 commit eee9ebc

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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.

src/main.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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>>())

0 commit comments

Comments
 (0)