aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--cli/mmcli-modem-sar.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/cli/mmcli-modem-sar.c b/cli/mmcli-modem-sar.c
index 4f78f21b..3c97ca68 100644
--- a/cli/mmcli-modem-sar.c
+++ b/cli/mmcli-modem-sar.c
@@ -55,11 +55,11 @@ static GOptionEntry entries[] = {
"Current status of the SAR",
NULL
},
- { "sar-set-enable", 0, 0, G_OPTION_ARG_NONE, &sar_enable_flag,
+ { "sar-enable", 0, 0, G_OPTION_ARG_NONE, &sar_enable_flag,
"Enable dynamic SAR",
NULL
},
- { "sar-set-disable", 0, 0, G_OPTION_ARG_NONE, &sar_disable_flag,
+ { "sar-disable", 0, 0, G_OPTION_ARG_NONE, &sar_disable_flag,
"Disable dynamic SAR",
NULL
},