From 097dbc88bfd6303fbc6b08e95cf49a16936a4d67 Mon Sep 17 00:00:00 2001 From: Mike Fiore Date: Wed, 16 Dec 2015 12:48:24 -0600 Subject: update AT command help, add AT+EXIT command so it gets displayed in help --- CommandTerminal/CmdGetSurveyDataFile.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'CommandTerminal/CmdGetSurveyDataFile.cpp') diff --git a/CommandTerminal/CmdGetSurveyDataFile.cpp b/CommandTerminal/CmdGetSurveyDataFile.cpp index 3fa4e46..79a42f5 100644 --- a/CommandTerminal/CmdGetSurveyDataFile.cpp +++ b/CommandTerminal/CmdGetSurveyDataFile.cpp @@ -3,7 +3,7 @@ #include "MTSLog.h" CmdGetSurveyDataFile::CmdGetSurveyDataFile(mDot* dot, mts::MTSSerial& serial) : - Command(dot, "Get Survey Data File", "AT+GSDF", "Outputs the survey data file to the command port"), _serial(serial) + Command(dot, "Get Survey Data File", "AT+GSDF", "Outputs the survey data file contents to the command port"), _serial(serial) { _help = std::string(text()) + ": " + std::string(desc()); } -- cgit v1.2.3