summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--main.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/main.cpp b/main.cpp
index cbda6d2..cfe7727 100644
--- a/main.cpp
+++ b/main.cpp
@@ -672,7 +672,7 @@ void printHelp(const std::string& sApp) {
printf("\t--help (?) : returns this message\n");
printf("\n");
printf("\tSupported Radios:\n");
- printf("\t\tLE910, HE910, GE910, DE910, CE910, ME910, EG95\n");
+ printf("\t\tLE910, HE910, GE910, DE910, CE910, ME910, EG95, EG25\n");
}
const char *code2str(MTS::IO::ICellularRadio::CODE code) {