summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMaksym Telychko <maksym.telychko@globallogic.com>2019-06-24 10:49:16 +0300
committerMaksym Telychko <maksym.telychko@globallogic.com>2019-06-24 10:52:32 +0300
commitba09313666f3139be6c468c583ecc68da3ac2390 (patch)
tree52a19ff86b916f43536d83daf281efa0199f2635
parent425d8bf72dd3d43896da1aa9374c137b69d89c0f (diff)
downloadradio-cmd-ba09313666f3139be6c468c583ecc68da3ac2390.tar.gz
radio-cmd-ba09313666f3139be6c468c583ecc68da3ac2390.tar.bz2
radio-cmd-ba09313666f3139be6c468c583ecc68da3ac2390.zip
[MTS-MTQ] updated help for new option
-rw-r--r--main.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/main.cpp b/main.cpp
index 5a01aea..fe33431 100644
--- a/main.cpp
+++ b/main.cpp
@@ -630,6 +630,8 @@ void printHelp(const std::string& sApp) {
printf("\t--set-mip-mn-aaa-ss <VAL> : set MIP MN AAA SS\n");
printf("\t--set-mip-mn-ha-ss <VAL> : set MIP MN HA SS\n");
printf("\t--set-rx-diversity <VAL> : set RX Diversity\n");
+ printf("\t--get-radio-mode : get selected cellular network\n");
+ printf("\t--set-radio-mode {auto|gsm|umts} : set cellular network\n");
// Applicable for LTE910-NA1 dual FW images only
// printf("\t--set-active-firmware <VAL> : switch to a specific firmware image\n");
printf("\t--factory-default [ --msl <MSL> ] : reset to factory defaults\n");