From b3960b6cb229ec551f752eedd1b707a36856edae Mon Sep 17 00:00:00 2001 From: john30 Date: Mon, 1 May 2017 15:50:07 +0200 Subject: [PATCH] more verbose help for find command --- src/ebusd/mainloop.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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"