Skip to content

Commit 17ccdea

Browse files
fix typo
1 parent 55afdce commit 17ccdea

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/main.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -148,10 +148,10 @@ int main(int argc, char **argv) {
148148
"It should only be used if the shared memory of an improperly terminated instance continues "
149149
"to exist as an orphan and is no longer used.")
150150
("s,separate",
151-
"Use separate shared memory for requests with the specified client id. "
151+
"Use a separate shared memory for requests with the specified client id. "
152152
"The the client id (as hex value) is appended to the shared memory prefix (e.g. modbus_fc_DO)"
153153
". You can specify multiple client ids by separating them with ','. "
154-
"Use --separate-all all to generate separate shared memories for all possible client ids",
154+
"Use --separate-all to generate separate shared memories for all possible client ids.",
155155
cxxopts::value<std::vector<std::uint8_t>>())
156156
("separate-all",
157157
"like --separate, but for all client ids (creates 1028 shared memory files! "

0 commit comments

Comments
 (0)