diff --git a/src/ebusd/mainloop.cpp b/src/ebusd/mainloop.cpp index 38a2b295..3bfc0de3 100644 --- a/src/ebusd/mainloop.cpp +++ b/src/ebusd/mainloop.cpp @@ -881,7 +881,7 @@ string MainLoop::executeFind(vector &args) if (argPos == 0 || args.size() < argPos || args.size() > argPos + 1) return "usage: find [-v|-V] [-r] [-w] [-p] [-d] [-h] [-i ID] [-f] [-F COL[,COL]*] [-e] [-c CIRCUIT] [NAME]\n" " Find message(s).\n" - " -v increase verbosity (include names/units/comments+destination address++update time)\n" + " -v increase verbosity (include names/units/comments+destination address+update time)\n" " -V be very verbose (include everything)\n" " -r limit to active read messages (default: read + passive)\n" " -w limit to active write messages (default: read + passive)\n"