From a0d009208210dcc1d484c4a48a1497b277519506 Mon Sep 17 00:00:00 2001 From: john30 Date: Sat, 21 Feb 2015 18:58:10 +0100 Subject: [PATCH] better command help --- src/ebusd/mainloop.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/ebusd/mainloop.cpp b/src/ebusd/mainloop.cpp index c87fa9d4..0ce978f2 100644 --- a/src/ebusd/mainloop.cpp +++ b/src/ebusd/mainloop.cpp @@ -466,8 +466,8 @@ string MainLoop::executeFind(vector &args) " -d only include messages with actual data\n" " -i PB limit to messages with primary command byte PB ('0xPB' for hex)\n" " -f list messages in CSV configuration file format\n" - " -c CLASS limit to messages of CLASS\n" - " NAME the NAME of the message to find or a part thereof"; + " -c CLASS limit to messages of CLASS (or a part thereof)\n" + " NAME the NAME of the message to find (or a part thereof)"; deque messages; if (args.size() == argPos)