more verbose help for find command

This commit is contained in:
john30
2017-05-01 15:50:07 +02:00
parent 7b11a540b6
commit b3960b6cb2
+3 -3
View File
@@ -1249,9 +1249,9 @@ string MainLoop::executeFind(const vector<string>& 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"