File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -148,10 +148,10 @@ int main(int argc, char **argv) {
148
148
" It should only be used if the shared memory of an improperly terminated instance continues "
149
149
" to exist as an orphan and is no longer used." )
150
150
(" 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. "
152
152
" The the client id (as hex value) is appended to the shared memory prefix (e.g. modbus_fc_DO)"
153
153
" . 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. " ,
155
155
cxxopts::value<std::vector<std::uint8_t >>())
156
156
(" separate-all" ,
157
157
" like --separate, but for all client ids (creates 1028 shared memory files! "
You can’t perform that action at this time.
0 commit comments