diff --git a/src/ebusd/mainloop.cpp b/src/ebusd/mainloop.cpp index c87fa9d4..0ce978f2 100644 --- a/src/ebusd/mainloop.cpp +++ b/src/ebusd/mainloop.cpp @@ -466,8 +466,8 @@ string MainLoop::executeFind(vector &args) " -d only include messages with actual data\n" " -i PB limit to messages with primary command byte PB ('0xPB' for hex)\n" " -f list messages in CSV configuration file format\n" - " -c CLASS limit to messages of CLASS\n" - " NAME the NAME of the message to find or a part thereof"; + " -c CLASS limit to messages of CLASS (or a part thereof)\n" + " NAME the NAME of the message to find (or a part thereof)"; deque messages; if (args.size() == argPos)