mirror of
https://git.proxmox.com/git/fwupd
synced 2025-08-08 08:44:38 +00:00
trivial: libdfu: flip reversed command descriptions
This commit is contained in:
parent
b5936f9eef
commit
e8a6d3d0cb
@ -1300,13 +1300,13 @@ main (int argc, char *argv[])
|
|||||||
NULL,
|
NULL,
|
||||||
/* TRANSLATORS: command description */
|
/* TRANSLATORS: command description */
|
||||||
_("Write firmware from file into target"),
|
_("Write firmware from file into target"),
|
||||||
dfu_tool_download_target);
|
dfu_tool_download);
|
||||||
dfu_tool_add (priv->cmd_array,
|
dfu_tool_add (priv->cmd_array,
|
||||||
"download-target",
|
"download-target",
|
||||||
NULL,
|
NULL,
|
||||||
/* TRANSLATORS: command description */
|
/* TRANSLATORS: command description */
|
||||||
_("Write firmware from file into device"),
|
_("Write firmware from file into device"),
|
||||||
dfu_tool_download);
|
dfu_tool_download_target);
|
||||||
dfu_tool_add (priv->cmd_array,
|
dfu_tool_add (priv->cmd_array,
|
||||||
"list",
|
"list",
|
||||||
NULL,
|
NULL,
|
||||||
|
Loading…
Reference in New Issue
Block a user