diff --git a/src/ebusd/mainloop.cpp b/src/ebusd/mainloop.cpp index 1b14ff74..528322ac 100644 --- a/src/ebusd/mainloop.cpp +++ b/src/ebusd/mainloop.cpp @@ -1249,9 +1249,9 @@ string MainLoop::executeFind(const vector& args, const string& levels) { " -d only include messages with actual data\n" " -h show hex data instead of decoded values\n" " -i ID limit to messages with ID (in hex, PB, SB and further ID bytes)\n" - " -f list messages in CSV configuration file format\n" - " -F COL[,COL]* list messages in the specified format\n" - " (COL: type|circuit|level|name|comment|qq|zz|pbsb|id|fields)\n" + " -f list messages in CSV configuration file format (including conditions with '-a')\n" + " -F COL[,COL]* list messages in the specified format (including conditions with '-a')\n" + " (COL: type|circuit|level|name|comment|qq|zz|pbsb|id|fields or custom fields)\n" " -e match NAME and optional CIRCUIT exactly (ignoring case)\n" " -c CIRCUIT limit to messages of CIRCUIT (or a part thereof without '-e')\n" " -l LEVEL limit to messages with access LEVEL (\"*\" for any, default: current level)\n"