diff options
author | Maksym Telychko <maksym.telychko@globallogic.com> | 2019-06-24 10:49:16 +0300 |
---|---|---|
committer | Maksym Telychko <maksym.telychko@globallogic.com> | 2019-06-24 10:52:32 +0300 |
commit | ba09313666f3139be6c468c583ecc68da3ac2390 (patch) | |
tree | 52a19ff86b916f43536d83daf281efa0199f2635 | |
parent | 425d8bf72dd3d43896da1aa9374c137b69d89c0f (diff) | |
download | radio-cmd-ba09313666f3139be6c468c583ecc68da3ac2390.tar.gz radio-cmd-ba09313666f3139be6c468c583ecc68da3ac2390.tar.bz2 radio-cmd-ba09313666f3139be6c468c583ecc68da3ac2390.zip |
[MTS-MTQ] updated help for new option
-rw-r--r-- | main.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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"); |