From fd675f722dc0fea5d0dc1a928fbcd9ab5befbb59 Mon Sep 17 00:00:00 2001 From: john30 Date: Sun, 16 Oct 2016 14:33:00 +0200 Subject: [PATCH] corrected help --- src/ebusd/mainloop.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"