more verbose help for find command
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user