From 05ddf7c2930fc7eee2ba25e71ec3b2f399d56646 Mon Sep 17 00:00:00 2001 From: Aleksander Morgado Date: Wed, 13 Oct 2021 12:39:24 +0200 Subject: mmcli,sar: rename actions to just --sar-enable and --sar-disable --- cli/mmcli-modem-sar.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'cli/mmcli-modem-sar.c') 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 }, -- cgit v1.2.3-70-g09d2