mirror of
https://git.proxmox.com/git/fwupd
synced 2025-08-02 19:40:08 +00:00
trivial: Add back the hidden --plugin-whitelist option
It is essentially part of our 'CLI API' and we have to support people using the old name.
This commit is contained in:
parent
5c82b94322
commit
a1ebcbf743
@ -2160,6 +2160,9 @@ main (int argc, char *argv[])
|
||||
{ "plugins", '\0', 0, G_OPTION_ARG_STRING_ARRAY, &plugin_glob,
|
||||
/* TRANSLATORS: command line option */
|
||||
_("Manually enable specific plugins"), NULL },
|
||||
{ "plugin-whitelist", '\0', G_OPTION_FLAG_HIDDEN, 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,
|
||||
/* TRANSLATORS: command line option */
|
||||
_("Run the plugin composite prepare routine when using install-blob"), NULL },
|
||||
|
Loading…
Reference in New Issue
Block a user