From f8c10c2b11b5065d6bbebcd3213bbb46d5de9ca2 Mon Sep 17 00:00:00 2001 From: Richard Hughes Date: Mon, 20 Jul 2020 21:01:39 +0100 Subject: [PATCH] Use --plugins for the fwupdtool argument name This is much more obvious than --plugin-enable=foo,bar,baz ever was. --- src/fu-tool.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/fu-tool.c b/src/fu-tool.c index fb7037b0c..941266842 100644 --- a/src/fu-tool.c +++ b/src/fu-tool.c @@ -2057,7 +2057,7 @@ main (int argc, char *argv[]) { "show-all-devices", '\0', 0, G_OPTION_ARG_NONE, &priv->show_all_devices, /* TRANSLATORS: command line option */ _("Show devices that are not updatable"), NULL }, - { "plugin-enable", '\0', 0, G_OPTION_ARG_STRING_ARRAY, &plugin_glob, + { "plugins", '\0', 0, G_OPTION_ARG_STRING_ARRAY, &plugin_glob, /* TRANSLATORS: command line option */ _("Manually enable specific plugins"), NULL }, { "prepare", '\0', 0, G_OPTION_ARG_NONE, &priv->prepare_blob,