mirror of
https://git.proxmox.com/git/fwupd
synced 2025-05-24 16:56:33 +00:00
Use --plugins for the fwupdtool argument name
This is much more obvious than --plugin-enable=foo,bar,baz ever was.
This commit is contained in:
parent
474d1442f1
commit
f8c10c2b11
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user