mmcli,sar: rename actions to just --sar-enable and --sar-disable

This commit is contained in:
Aleksander Morgado
2021-10-13 12:39:24 +02:00
parent f45bc200a9
commit 05ddf7c293

View File

@@ -55,11 +55,11 @@ static GOptionEntry entries[] = {
"Current status of the SAR", "Current status of the SAR",
NULL 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", "Enable dynamic SAR",
NULL 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", "Disable dynamic SAR",
NULL NULL
}, },