From c4ee8fbc5f41e5c3d86c40bfe12324b0d291c75a Mon Sep 17 00:00:00 2001 From: john30 Date: Sat, 18 Feb 2017 12:40:40 +0100 Subject: [PATCH] spelling --- src/ebusd/mainloop.cpp | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/src/ebusd/mainloop.cpp b/src/ebusd/mainloop.cpp index 7665fa44..9656a428 100644 --- a/src/ebusd/mainloop.cpp +++ b/src/ebusd/mainloop.cpp @@ -91,7 +91,13 @@ result_t UserList::addFromFile(vector::iterator& begin, const vector &args, size_t argPos, SymbolStr string MainLoop::executeAuth(vector &args, string &user) { if (args.size() != 3) { return "usage: auth USER SECRET\n" - " Authorize with USER name and SECRET.\n" + " Authenticate with USER name and SECRET.\n" " USER the user name\n" " SECRET the secret string of the user"; } @@ -1402,7 +1408,7 @@ string MainLoop::executeHelp() { " Read hex message: read [-f] [-m SECONDS] [-c CIRCUIT] -h ZZPBSBNNDx\n" " write|w Write value(s): write [-d ZZ] -c CIRCUIT NAME [VALUE[;VALUE]*]\n" " Write hex message: write [-c CIRCUIT] -h ZZPBSBNNDx\n" - " auth|a Authorize user: auth USER SECRET\n" + " auth|a Authenticate user: auth USER SECRET\n" " hex Send hex data: hex ZZPBSBNNDx\n" " find|f Find message(s): find [-v|-V] [-r] [-w] [-p] [-a] [-d] [-h] [-i ID] [-f] [-F COL[,COL]*] [-e]" " [-c CIRCUIT] [-l LEVEL] [NAME]\n"