Skip to content

Commit ac3ff24

Browse files
fix typo
1 parent 8bd6fd9 commit ac3ff24

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ int main(int argc, char **argv) {
118118
options.add_options("shared_memory")(
119119
"pid",
120120
"terminate application if application with given pid is terminated. Provide "
121-
"the pid of the modbus client to terminate when the mosbus client is terminated.",
121+
"the pid of the Modbus client to terminate when the Modbus client is terminated.",
122122
cxxopts::value<pid_t>());
123123

124124
// parse arguments

0 commit comments

Comments
 (0)